Skip to content

Commit efa6066

Browse files
committed
Fix digest validation #11
1 parent 0141efb commit efa6066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/XmlSignatureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function testSignAndVerify(string $privateKeyFile, string $publicKeyFile,
6565
if (method_exists($this, 'assertFileDoesNotExist')) {
6666
$this->assertFileDoesNotExist($outputFilename);
6767
} else {
68-
$this->assertFileDoesNotExist($outputFilename);
68+
$this->assertFileNotExists($outputFilename);
6969
}
7070

7171
$signedXml = new XmlSigner();

0 commit comments

Comments
 (0)