File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- beStrictAboutTestsThatDoNotTestAnything =" false"
5- beStrictAboutOutputDuringTests =" true"
6- bootstrap =" vendor/autoload.php"
7- colors =" true"
8- convertErrorsToExceptions =" true"
9- convertNoticesToExceptions =" true"
10- convertWarningsToExceptions =" true"
11- processIsolation =" false"
12- stopOnError =" false"
13- stopOnFailure =" false"
14- verbose =" true"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
3+ backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ beStrictAboutTestsThatDoNotTestAnything =" false"
6+ beStrictAboutOutputDuringTests =" true"
7+ bootstrap =" vendor/autoload.php"
8+ colors =" true"
9+ convertErrorsToExceptions =" true"
10+ convertNoticesToExceptions =" true"
11+ convertWarningsToExceptions =" true"
12+ processIsolation =" false"
13+ stopOnError =" false"
14+ stopOnFailure =" false"
15+ verbose =" true"
1516>
1617 <testsuites >
1718 <testsuite name =" Laravel Console Mutex Test Suite" >
1819 <directory suffix =" Test.php" >./tests</directory >
1920 </testsuite >
2021 </testsuites >
21- <filter >
22- <whitelist processUncoveredFilesFromWhitelist =" true" >
22+
23+ <coverage processUncoveredFiles =" true" >
24+ <include >
2325 <directory suffix =" .php" >./src</directory >
24- </whitelist >
25- </filter >
26+ </include >
27+ </coverage >
2628</phpunit >
You can’t perform that action at this time.
0 commit comments