File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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"
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
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 >
You can’t perform that action at this time.
0 commit comments