Skip to content

Commit c571df0

Browse files
committed
Fix
1 parent 4afc61e commit c571df0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

phpunit.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
beStrictAboutOutputDuringTests="true"
1212
beStrictAboutTodoAnnotatedTests="true"
1313
verbose="false">
14-
<testsuite name="PHPStan">
15-
<directory suffix="Test.php">tests/PHPStan</directory>
16-
</testsuite>
14+
<testsuites>
15+
<testsuite name="PHPStan">
16+
<directory suffix="Test.php">tests/PHPStan</directory>
17+
</testsuite>
18+
</testsuites>
1719

1820
<groups>
1921
<exclude>

0 commit comments

Comments
 (0)