File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212use SimpleSAML \XMLSecurity \Constants as C ;
1313use SimpleSAML \XMLSecurity \CryptoEncoding \PEM ;
1414use SimpleSAML \XMLSecurity \Exception \RuntimeException ;
15+ use SimpleSAML \XMLSecurity \Exception \SignatureVerificationFailedException ;
1516use SimpleSAML \XMLSecurity \Key \PublicKey ;
1617use SimpleSAML \XMLSecurity \Key \X509Certificate ;
1718use SimpleSAML \XMLSecurity \Test \XML \CustomSignable ;
@@ -138,7 +139,7 @@ public function testSuccessfulVerifyingWithWrongKeyFirstRightOneSecond(): void
138139 try {
139140 $ verified = $ customSigned ->verify ($ verifier );
140141 break 1 ;
141- } catch (\ SimpleSAML \ XMLSecurity \ Exception \ SignatureVerificationFailedException $ e ) {
142+ } catch (SignatureVerificationFailedException $ e ) {
142143 continue ;
143144 }
144145 }
You can’t perform that action at this time.
0 commit comments