Skip to content

Commit 86b3487

Browse files
committed
Update PHPUnit Config
1 parent 9b892ef commit 86b3487

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,14 +1,15 @@
11
<?xml version="1.0"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache">
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" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache">
3+
<coverage/>
84
<testsuites>
95
<testsuite name="Application">
106
<directory>test</directory>
117
</testsuite>
128
</testsuites>
139
<logging/>
10+
<source>
11+
<include>
12+
<directory suffix=".php">src</directory>
13+
</include>
14+
</source>
1415
</phpunit>

0 commit comments

Comments
 (0)