File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
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- colors =" true"
5- convertErrorsToExceptions =" true"
6- convertNoticesToExceptions =" true"
7- convertWarningsToExceptions =" true"
8- processIsolation =" false"
9- stopOnFailure =" false"
10- syntaxCheck =" false"
11- bootstrap =" tests/bootstrap.php"
12- >
2+ <phpunit bootstrap =" tests/bootstrap.php" colors =" true" verbose =" true" >
133 <testsuites >
144 <testsuite name =" Source Test Suite" >
155 <directory >./tests/</directory >
166 </testsuite >
177 </testsuites >
188 <filter >
199 <whitelist >
20- <directory >./src/</directory >
10+ <directory suffix = " .php " >./src/</directory >
2111 </whitelist >
12+ <blacklist >
13+ <directory >tests</directory >
14+ <directory >vendor</directory >
15+ </blacklist >
2216 </filter >
2317</phpunit >
You can’t perform that action at this time.
0 commit comments