Skip to content

Commit 4a3e860

Browse files
Marvin Durotmarvindurot
Marvin Durot
authored andcommitted
Migrate PHP Unit configuration
1 parent f526015 commit 4a3e860

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

phpunit.xml.dist

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5-
backupGlobals="false"
6-
colors="true"
7-
bootstrap="vendor/autoload.php"
8-
failOnRisky="true"
9-
failOnWarning="true">
10-
<coverage>
11-
<include>
12-
<directory>./src</directory>
13-
</include>
14-
</coverage>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true">
153
<php>
164
<ini name="error_reporting" value="-1"/>
175
</php>
@@ -20,4 +8,9 @@
208
<directory>./tests/</directory>
219
</testsuite>
2210
</testsuites>
11+
<source>
12+
<include>
13+
<directory>./src</directory>
14+
</include>
15+
</source>
2316
</phpunit>

0 commit comments

Comments
 (0)