Skip to content

Commit 83de1c7

Browse files
committed
Fix codesniffer errors
1 parent f0b3863 commit 83de1c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<exclude-pattern>tests/SAML2/XML/saml/AuthnContextTest.php</exclude-pattern>
4242
<exclude-pattern>tests/SAML2/XML/saml/EncryptedAssertionTest.php</exclude-pattern>
4343
<exclude-pattern>tests/SAML2/XML/saml/EncryptedIDTest.php</exclude-pattern>
44+
<exclude-pattern>tests/SAML2/XML/saml/SubjectConfirmationTest.php</exclude-pattern>
45+
<exclude-pattern>tests/SAML2/XML/samlp/AuthnRequestTest.php</exclude-pattern>
4446
<exclude-pattern>tests/SAML2/XML/samlp/RequestedAuthnContextTest.php</exclude-pattern>
4547
<exclude-pattern>tests/SAML2/XML/samlp/StatusDetailTest.php</exclude-pattern>
4648
<exclude-pattern>tests/SAML2/XML/shibmd/KeyAuthorityTest.php</exclude-pattern>

tests/SAML2/Binding/HTTPRedirectTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use SimpleSAML\SAML2\XML\saml\Issuer;
1717
use SimpleSAML\SAML2\XML\samlp\{AbstractRequest, AuthnRequest, Response, Status, StatusCode};
1818
use SimpleSAML\XML\Type\IDValue;
19-
use SimpleSAML\XMLSecurity\Alg\Signature\SignatureAlgorithmFactory;
20-
use SimpleSAML\XMLSecurity\TestUtils\PEMCertificatesMock;
2119

2220
/**
2321
* @package simplesamlphp\saml2

0 commit comments

Comments
 (0)