Skip to content

Commit b452291

Browse files
committed
Updated phpunit configuration
1 parent 4f0bac5 commit b452291

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

phpunit.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
55
backupGlobals="true"
66
colors="false"
77
processIsolation="false"
@@ -16,17 +16,18 @@
1616
cacheDirectory=".phpunit.cache"
1717
backupStaticProperties="false"
1818
requireCoverageMetadata="false">
19-
<testsuites>
20-
<testsuite name="Functional tests">
21-
<directory>tests/functional/</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>
19+
<testsuites>
20+
<testsuite name="Functional tests">
21+
<directory>tests/functional/</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>
3233
</phpunit>

0 commit comments

Comments
 (0)