Skip to content

Commit 2f644bd

Browse files
committed
Fix CI
1 parent 062f0bc commit 2f644bd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<!-- Exclude files with long lines that we cannot immediately fix -->
3030
<exclude-pattern>tests/src/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern>
3131
<exclude-pattern>tests/src/SimpleSAML/Metadata/SAMLParserTest.php</exclude-pattern>
32+
<exclude-pattern>tests/src/SimpleSAML/Utils/HTTPTest.php</exclude-pattern>
3233
<exclude-pattern>tests/modules/saml/src/Controller/ServiceProviderTest.php</exclude-pattern>
3334
</rule>
3435

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777

7878
<stubs>
7979
<file name="vendor/simplesamlphp/simplesamlphp-test-framework/stubs/krb5.php" />
80-
<file name="vendor/simplesamlphp/simplesamlphp-test-framework/stubs/memcache.php" />
8180
<file name="vendor/simplesamlphp/simplesamlphp-test-framework/stubs/memcached.php" />
8281
<file name="vendor/simplesamlphp/simplesamlphp-test-framework/stubs/predis.php" />
8382
</stubs>

0 commit comments

Comments
 (0)