Skip to content

Commit

Permalink
Fix digest validation #11
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Oct 21, 2021
1 parent 0141efb commit efa6066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/XmlSignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testSignAndVerify(string $privateKeyFile, string $publicKeyFile,
if (method_exists($this, 'assertFileDoesNotExist')) {
$this->assertFileDoesNotExist($outputFilename);
} else {
$this->assertFileDoesNotExist($outputFilename);
$this->assertFileNotExists($outputFilename);
}

$signedXml = new XmlSigner();
Expand Down

0 comments on commit efa6066

Please sign in to comment.