Skip to content

Commit 752d32b

Browse files
committed
Add testsuite name for PHPUnit validation
1 parent 8e88930 commit 752d32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
convertWarningsToExceptions="true"
99
>
1010
<testsuites>
11-
<testsuite>
11+
<testsuite name="unit">
1212
<directory prefix="test-" suffix=".php">./tests/</directory>
1313
</testsuite>
1414
</testsuites>

0 commit comments

Comments
 (0)