Skip to content

Commit 8c42c3d

Browse files
committed
Upgrade phpunit.xml.dist config
using --migrate-configuration
1 parent 2328937 commit 8c42c3d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

phpunit.xml.dist

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
convertWarningsToExceptions="true"
1010
processIsolation="false"
1111
stopOnFailure="false">
12-
<testsuites>
13-
<testsuite name="unit">
14-
<directory>tests/Unit</directory>
15-
</testsuite>
16-
<testsuite name="integration">
17-
<directory>tests/Integration</directory>
18-
</testsuite>
19-
</testsuites>
20-
<filter>
21-
<whitelist>
22-
<directory suffix=".php">src/</directory>
23-
</whitelist>
24-
</filter>
25-
<php>
26-
</php>
27-
</phpunit>
12+
<coverage>
13+
<include>
14+
<directory suffix=".php">src/</directory>
15+
</include>
16+
</coverage>
17+
<testsuites>
18+
<testsuite name="unit">
19+
<directory>tests/Unit</directory>
20+
</testsuite>
21+
<testsuite name="integration">
22+
<directory>tests/Integration</directory>
23+
</testsuite>
24+
</testsuites>
25+
<php>
26+
</php>
27+
</phpunit>

0 commit comments

Comments
 (0)