Skip to content

Commit 0d5e822

Browse files
committed
Fix PHPUnit validation issue
1 parent 5bfe3c2 commit 0d5e822

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
@@ -3,7 +3,7 @@
33
colors="true"
44
>
55
<testsuites>
6-
<testsuite>
6+
<testsuite name="default">
77
<directory prefix="spec-" suffix=".php">tests/</directory>
88
<directory prefix="test-" suffix=".php">tests/</directory>
99
</testsuite>

0 commit comments

Comments
 (0)