Skip to content

Commit 52e775c

Browse files
committed
PHPUnit: Update configuration to v7
1 parent aa27631 commit 52e775c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
55
backupGlobals="false"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
@@ -10,15 +10,13 @@
1010
bootstrap="tests/bootstrap.php"
1111
cacheTokens="true"
1212
forceCoversAnnotation="false"
13-
mapTestClassNameToCoveredClassName="false"
1413
printerClass="PHPUnit\TextUI\ResultPrinter"
1514
processIsolation="false"
1615
stopOnError="false"
1716
stopOnFailure="false"
1817
stopOnIncomplete="false"
1918
stopOnSkipped="false"
2019
testSuiteLoaderClass="PHPUnit\Runner\StandardTestSuiteLoader"
21-
strict="false"
2220
verbose="true"
2321
>
2422

@@ -29,9 +27,6 @@
2927
</testsuites>
3028

3129
<filter>
32-
<blacklist>
33-
<directory>./vendor</directory>
34-
</blacklist>
3530
<whitelist processUncoveredFilesFromWhitelist="true">
3631
<directory suffix=".php">src</directory>
3732
</whitelist>

0 commit comments

Comments
 (0)