Skip to content

Commit e6feaf6

Browse files
committed
Limit phpunit discovery to *Test.php
1 parent 143790d commit e6feaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

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

0 commit comments

Comments
 (0)