Skip to content

Commit 62e8edc

Browse files
authored
Update phpunit.xml.dist
1 parent 9036d86 commit 62e8edc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
4+
backupGlobals="false"
45
bootstrap="vendor/autoload.php"
56
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
97
processIsolation="false"
108
stopOnFailure="false">
119
<testsuites>
@@ -14,9 +12,9 @@
1412
<exclude>vendor</exclude>
1513
</testsuite>
1614
</testsuites>
17-
<filter>
18-
<whitelist>
15+
<source>
16+
<include>
1917
<directory suffix=".php">src/</directory>
20-
</whitelist>
21-
</filter>
18+
</include>
19+
</source>
2220
</phpunit>

0 commit comments

Comments
 (0)