Skip to content

Commit bd45001

Browse files
committed
Fix paths in phpunit config
1 parent 09ac8bf commit bd45001

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
@@ -41,7 +41,7 @@
4141

4242
<testsuites>
4343
<testsuite name="Unit Tests">
44-
<directory>tests/unit</directory>
44+
<directory>tests/Unit</directory>
4545
</testsuite>
4646
</testsuites>
4747

0 commit comments

Comments
 (0)