Skip to content

Commit 18cf0cf

Browse files
committed
fix tests
1 parent 439092f commit 18cf0cf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
stopOnFailure="false"
1111
>
1212
<testsuites>
13-
<testsuite name="Unit">
14-
<directory suffix="Test.php">./tests/Unit</directory>
15-
</testsuite>
16-
<testsuite name="Feature">
17-
<directory suffix="Test.php">./tests/Feature</directory>
13+
<testsuite name="Package Test">
14+
<directory suffix=".php">./tests/</directory>
1815
</testsuite>
1916
</testsuites>
2017
<php>

0 commit comments

Comments
 (0)