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 f7a82af commit 1e8af4dCopy full SHA for 1e8af4d
phpunit.xml.dist
@@ -7,14 +7,11 @@
7
colors="true"
8
verbose="true">
9
10
- <testsuite name="unit">
11
- <directory suffix="Test.php">tests</directory>
12
- <exclude>tests/Integration/</exclude>
13
- </testsuite>
14
-
15
- <testsuite name="integration">
16
- <directory suffix="Test.php">tests/Integration</directory>
17
+ <testsuites>
+ <testsuite name="default">
+ <directory suffix="Test.php">tests</directory>
+ </testsuite>
+ </testsuites>
18
19
<listeners>
20
<listener class="Zalas\PHPUnit\Globals\AnnotationListener" />
0 commit comments