Skip to content

Commit bc03ab8

Browse files
committed
tests: Add suite name
Modern PHPUnit does not run suites without names.
1 parent e56652f commit bc03ab8

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
@@ -4,7 +4,7 @@
44
convertErrorsToExceptions="false"
55
>
66
<testsuites>
7-
<testsuite>
7+
<testsuite name="Tests">
88
<directory suffix="Test.php">./tests/</directory>
99
</testsuite>
1010
</testsuites>

0 commit comments

Comments
 (0)