We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda56a5 commit 8edaeb1Copy full SHA for 8edaeb1
tests/Script/Helper/VerifierTest.php
@@ -39,6 +39,7 @@ public function testInvalidSignatureReturnsFalse()
39
{
40
$gpgVerifier = $this
41
->getMockBuilder(GPGVerifier::class)
42
+ ->disableOriginalConstructor()
43
->setMethods(['verify'])
44
->getMock();
45
@@ -54,6 +55,7 @@ public function testValidSignatureReturnsTrue()
54
55
56
57
58
59
60
61
0 commit comments