Skip to content

Commit 1e8af4d

Browse files
committed
Fix the phpunit config
1 parent f7a82af commit 1e8af4d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
colors="true"
88
verbose="true">
99

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-
</testsuite>
10+
<testsuites>
11+
<testsuite name="default">
12+
<directory suffix="Test.php">tests</directory>
13+
</testsuite>
14+
</testsuites>
1815

1916
<listeners>
2017
<listener class="Zalas\PHPUnit\Globals\AnnotationListener" />

0 commit comments

Comments
 (0)