Skip to content

Commit 2b7831a

Browse files
committed
Add testsuite name in `phpunit.xml.dist
1 parent 5e35d11 commit 2b7831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/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="testing">
1212
<directory prefix="test-" suffix=".php">./tests/</directory>
1313
<exclude>./tests/test-sample.php</exclude>
1414
</testsuite>

0 commit comments

Comments
 (0)