Skip to content

Commit 6ba81c1

Browse files
committed
migrate phpunit dist
1 parent 6720032 commit 6ba81c1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage>
4-
<include>
5-
<directory suffix=".php">src/</directory>
6-
</include>
7-
</coverage>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd">
3+
<coverage/>
84
<php>
95
<ini name="memory_limit" value="-1"/>
106
<ini name="apc.enable_cli" value="1"/>
@@ -15,4 +11,9 @@
1511
<directory>tests/TestCase/</directory>
1612
</testsuite>
1713
</testsuites>
14+
<source>
15+
<include>
16+
<directory suffix=".php">src/</directory>
17+
</include>
18+
</source>
1819
</phpunit>

0 commit comments

Comments
 (0)