We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ebe8e commit c98e133Copy full SHA for c98e133
phpunit.xml
@@ -7,9 +7,6 @@
7
cacheDirectory=".phpunit.cache"
8
>
9
<testsuites>
10
- <testsuite name="Integration">
11
- <directory suffix="Test.php">./tests/Integration</directory>
12
- </testsuite>
13
<testsuite name="Feature">
14
<directory suffix="Test.php">./tests/Feature</directory>
15
</testsuite>
0 commit comments