Skip to content

Commit 272c16a

Browse files
committed
Update for v12
1 parent 82b820d commit 272c16a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4-
bootstrap="src/autoload.php">
5-
<coverage processUncoveredFiles="true">
6-
<include>
7-
<directory suffix=".php">src</directory>
8-
</include>
9-
</coverage>
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
4+
bootstrap="src/autoload.php"
5+
cacheDirectory=".phpunit.cache">
106
<testsuites>
117
<testsuite name="Unit tests">
128
<directory>tests/</directory>
139
</testsuite>
1410
</testsuites>
11+
<source>
12+
<include>
13+
<directory suffix=".php">src</directory>
14+
</include>
15+
</source>
1516
</phpunit>

0 commit comments

Comments
 (0)