Skip to content

Commit a000dae

Browse files
committed
Updated phpunit config
1 parent 30b7c88 commit a000dae

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

phpunit.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@
1616
cacheDirectory=".phpunit.cache"
1717
backupStaticProperties="false"
1818
requireCoverageMetadata="false">
19-
<testsuites>
20-
<testsuite name="Functional tests">
21-
<directory>tests/</directory>
22-
</testsuite>
23-
</testsuites>
24-
<coverage/>
25-
<php>
26-
<ini name="allow_url_include" value="1"/>
27-
</php>
28-
<source>
29-
<include>
30-
<directory suffix=".php">src</directory>
31-
</include>
32-
</source>
19+
<testsuites>
20+
<testsuite name="Functional tests">
21+
<directory>tests/</directory>
22+
</testsuite>
23+
</testsuites>
24+
<coverage>
25+
<include>
26+
<directory suffix=".php">src</directory>
27+
</include>
28+
</coverage>
29+
<php>
30+
<ini name="allow_url_include" value="1"/>
31+
</php>
3332
</phpunit>

0 commit comments

Comments
 (0)