Skip to content

Commit d9e1f15

Browse files
committed
phpunit.xml fixed.
1 parent b56eb37 commit d9e1f15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpunit.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit colors="true">
33
<php>
4+
45
</php>
6+
57
<coverage>
68
<include>
79
<directory suffix=".php">./src</directory>
@@ -11,10 +13,13 @@
1113
<text outputFile="php://stdout" showUncoveredFiles="true"/>
1214
</report>
1315
</coverage>
16+
1417
<testsuites>
1518
<testsuite name="main">
16-
<directory>src</directory>
19+
<directory suffix="TestCase.php">./tests</directory>
1720
</testsuite>
1821
</testsuites>
22+
1923
<logging/>
24+
2025
</phpunit>

0 commit comments

Comments
 (0)