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.
2 parents e7a74be + 769dc6b commit d53539bCopy full SHA for d53539b
phpunit.xml
@@ -9,13 +9,13 @@
9
processIsolation="false"
10
stopOnFailure="false">
11
<testsuites>
12
- <testsuite name="Feature">
13
- <directory suffix="Test.php">./tests/Feature</directory>
14
- </testsuite>
15
-
16
<testsuite name="Unit">
17
<directory suffix="Test.php">./tests/Unit</directory>
18
</testsuite>
+
+ <testsuite name="Feature">
+ <directory suffix="Test.php">./tests/Feature</directory>
+ </testsuite>
19
</testsuites>
20
<filter>
21
<whitelist processUncoveredFilesFromWhitelist="true">
0 commit comments