Skip to content

Commit da2beb5

Browse files
authored
Update phpunit.xml.dist
1 parent b4f9652 commit da2beb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
stopOnFailure="true"
1212
>
1313
<testsuites>
14-
<testsuite name="Setup">
15-
<directory>./tests/AlwaysRunFirstTest.php</directory>
16-
</testsuite>
1714
<testsuite name="Feature">
1815
<directory suffix="Test.php">./tests/Feature</directory>
1916
</testsuite>
2017
<testsuite name="Integration">
2118
<directory suffix="Test.php">./tests/Integration</directory>
2219
</testsuite>
20+
<testsuite name="Nova">
21+
<directory suffix="Test.php">./tests/Nova</directory>
22+
</testsuite>
2323
</testsuites>
2424
<filter>
2525
<whitelist processUncoveredFilesFromWhitelist="false">

0 commit comments

Comments
 (0)