Skip to content

Commit f2726f4

Browse files
committed
set unittest folder to tests/unit (prepare for future tests e.g. visual tests)
1 parent d6e1571 commit f2726f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</php>
1818
<testsuites>
1919
<testsuite name="unit">
20-
<directory suffix="_test.php">tests</directory>
20+
<directory suffix="_test.php">tests/unit</directory>
2121
</testsuite>
2222
</testsuites>
2323
</phpunit>

0 commit comments

Comments
 (0)