Skip to content

Commit 015a379

Browse files
authored
correct path for the tests
1 parent 8e1a79e commit 015a379

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
@@ -1,7 +1,7 @@
11
<phpunit verbose="true">
22
<testsuites>
33
<testsuite name="basicTest">
4-
<directory suffix="Test.php">tests/unit</directory>
4+
<directory suffix="Test.php">tests/</directory>
55
</testsuite>
66
</testsuites>
77
</phpunit>

0 commit comments

Comments
 (0)