We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439092f commit 18cf0cfCopy full SHA for 18cf0cf
phpunit.xml.dist
@@ -10,11 +10,8 @@
10
stopOnFailure="false"
11
>
12
<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>
+ <testsuite name="Package Test">
+ <directory suffix=".php">./tests/</directory>
18
</testsuite>
19
</testsuites>
20
<php>
0 commit comments