Skip to content

Commit 37c151f

Browse files
committed
Adjusted phpunit config
1 parent 3fea4a9 commit 37c151f

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
@@ -16,7 +16,7 @@
1616

1717
<testsuites>
1818
<testsuite name="unit">
19-
<directory>tests/unit</directory>
19+
<directory suffix="Test.php">tests/unit</directory>
2020
</testsuite>
2121
</testsuites>
2222

0 commit comments

Comments
 (0)