Skip to content

Commit ae9c7de

Browse files
committed
Update PHPUnit tests directory path in config file
1 parent b056f2b commit ae9c7de

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 suffix="Test.php">tests/unit</directory>
19+
<directory suffix="Test.php">tests/Unit</directory>
2020
</testsuite>
2121
</testsuites>
2222

0 commit comments

Comments
 (0)