Skip to content

Commit 6eb2776

Browse files
committed
filename fix for test
1 parent 123d485 commit 6eb2776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/verify-document-safe.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ try {
3838

3939
/* 3. A key must be supplied; KeyInfo is never trusted implicitly. */
4040
$doc = new DOMDocument();
41-
$doc->load(dirname(__FILE__) . '/sign-sha256-rsa-sha256-test.xml');
41+
$doc->load(dirname(__FILE__) . '/sign-sha256-rsa-sha256-test.res');
4242
$objXMLSecDSig = new XMLSecurityDSig();
4343
try {
4444
$objXMLSecDSig->verifyDocument(null, $doc);

0 commit comments

Comments
 (0)