Skip to content

Commit 6d5b958

Browse files
committed
tests: fixup issues with abstract classes
1 parent c041391 commit 6d5b958

13 files changed

+7
-4
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<testsuites>
2121
<testsuite name="Unit tests">
22-
<directory suffix=".php">tests/</directory>
22+
<directory suffix=".php">tests/Unit</directory>
2323
</testsuite>
2424
</testsuites>
2525

0 commit comments

Comments
 (0)