File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit bootstrap = " vendor/autoload.php "
3- backupGlobals = " false "
4- backupStaticAttributes = " false "
2+ <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ xsi : noNamespaceSchemaLocation = " vendor/phpunit/phpunit/phpunit.xsd "
4+ bootstrap = " vendor/autoload.php "
55 colors =" true"
6- verbose =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
10- processIsolation =" false"
11- stopOnFailure =" false" >
6+ >
127 <testsuites >
138 <testsuite name =" Test Suite" >
149 <directory >tests</directory >
1510 </testsuite >
1611 </testsuites >
17- <filter >
18- <whitelist >
12+ <source >
13+ <include >
1914 <directory suffix =" .php" >src/</directory >
20- </whitelist >
21- </filter >
15+ </include >
16+ </source >
2217</phpunit >
You can’t perform that action at this time.
0 commit comments