Skip to content

Commit dd9c5f1

Browse files
committed
Potential fix
1 parent 640364f commit dd9c5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/XML/SignedElementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ public function testVerifyingTamperedSignatureWithoutKeyFails(): void
194194

195195
$this->expectException(RuntimeException::class);
196196
$this->expectExceptionMessage('Failed to verify signature.');
197-
$customSigned->verify();
197+
198+
$verified = $customSigned->verify();
198199
}
199200

200201

0 commit comments

Comments
 (0)