Skip to content

Commit 4650dd0

Browse files
committed
PHPUnit config: fix configuration
The `tests/integration` directory does not exist and PHPUnit 9.x will fail on the configuration being invalid.
1 parent 46523b1 commit 4650dd0

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
@@ -10,9 +10,6 @@
1010
<testsuite name="unit">
1111
<directory>./tests/unit/</directory>
1212
</testsuite>
13-
<testsuite name="integration">
14-
<directory>./tests/integration/</directory>
15-
</testsuite>
1613
</testsuites>
1714
<filter>
1815
<whitelist>

0 commit comments

Comments
 (0)