Skip to content

Commit f455740

Browse files
committed
Update phpunit.xml
1 parent 8879820 commit f455740

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

phpunit.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
<?xml version="1.0"?>
2-
<phpunit bootstrap="./vendor/autoload.php"
3-
colors="true"
4-
convertErrorsToExceptions="true"
5-
convertNoticesToExceptions="true"
6-
convertWarningsToExceptions="true"
7-
beStrictAboutOutputDuringTests="true"
8-
stopOnFailure="true">
1+
<phpunit bootstrap="vendor/autoload.php">
92
<testsuites>
103
<testsuite name="">
114
<directory>./tests/</directory>
125
</testsuite>
136
</testsuites>
14-
<filter>
15-
<whitelist>
7+
<coverage>
8+
<include>
169
<directory>./src/</directory>
17-
</whitelist>
18-
</filter>
10+
</include>
11+
</coverage>
1912
</phpunit>

0 commit comments

Comments
 (0)