Skip to content

Commit 8243527

Browse files
committed
removed suffix defaults from phpunit.xml
1 parent 3beb650 commit 8243527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</coverage>
99
<testsuites>
1010
<testsuite name="Unit">
11-
<directory suffix="Test.php">./tests/Unit</directory>
11+
<directory>./tests/Unit</directory>
1212
</testsuite>
1313
</testsuites>
1414
<source>
1515
<include>
16-
<directory suffix=".php">./src</directory>
16+
<directory>./src</directory>
1717
</include>
1818
</source>
1919
</phpunit>

0 commit comments

Comments
 (0)