Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2710b2e

Browse files
committed
Added compatibility with PHPunit 9.5
1 parent 3ed1530 commit 2710b2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<testsuites>
1616
<testsuite name="Symfony Security Component Test Suite">
17-
<directory>./Tests/</directory>
1817
<directory>./*/Tests/</directory>
1918
</testsuite>
2019
</testsuites>
@@ -23,8 +22,6 @@
2322
<whitelist>
2423
<directory>./</directory>
2524
<exclude>
26-
<directory>./Resources</directory>
27-
<directory>./Tests</directory>
2825
<directory>./vendor</directory>
2926
<directory>./*/Resources</directory>
3027
<directory>./*/Tests</directory>

0 commit comments

Comments
 (0)