Skip to content

Commit 207a9d9

Browse files
committed
Fix: Add missing name attribute
1 parent b90f97b commit 207a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
bootstrap="vendor/autoload.php"
55
>
66
<testsuites>
7-
<testsuite>
7+
<testsuite name="Unit Tests">
88
<directory>tests</directory>
99
</testsuite>
1010
</testsuites>

0 commit comments

Comments
 (0)