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 b4f9652 commit da2beb5Copy full SHA for da2beb5
phpunit.xml.dist
@@ -11,15 +11,15 @@
11
stopOnFailure="true"
12
>
13
<testsuites>
14
- <testsuite name="Setup">
15
- <directory>./tests/AlwaysRunFirstTest.php</directory>
16
- </testsuite>
17
<testsuite name="Feature">
18
<directory suffix="Test.php">./tests/Feature</directory>
19
</testsuite>
20
<testsuite name="Integration">
21
<directory suffix="Test.php">./tests/Integration</directory>
22
+ <testsuite name="Nova">
+ <directory suffix="Test.php">./tests/Nova</directory>
+ </testsuite>
23
</testsuites>
24
<filter>
25
<whitelist processUncoveredFilesFromWhitelist="false">
0 commit comments