Skip to content

Commit 5094146

Browse files
committed
remove obsolete suffix
1 parent 9df3912 commit 5094146

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
@@ -13,7 +13,7 @@
1313
</coverage>
1414
<testsuites>
1515
<testsuite name="default">
16-
<directory suffix="Test.php">tests</directory>
16+
<directory>tests</directory>
1717
</testsuite>
1818
</testsuites>
1919
</phpunit>

0 commit comments

Comments
 (0)