File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1- <phpunit
2- bootstrap=" tests/bootstrap.php"
3- backupGlobals=" false"
4- colors=" true"
5- convertErrorsToExceptions=" true"
6- convertNoticesToExceptions=" true"
7- convertWarningsToExceptions=" true"
8- >
9- <testsuites >
10- <testsuite name =" Feature" >
11- <directory suffix =" .php" >tests/Feature</directory >
12- </testsuite >
13- <testsuite name =" Unit" >
14- <directory suffix =" .php" >tests/Unit</directory >
15- </testsuite >
16- </testsuites >
1+ <phpunit bootstrap =" tests/bootstrap.php" backupGlobals =" false" colors =" true" convertDeprecationsToExceptions =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" >
2+ <testsuites >
3+ <testsuite name =" Feature" >
4+ <directory suffix =" .php" >tests/Feature</directory >
5+ </testsuite >
6+ <testsuite name =" Unit" >
7+ <directory suffix =" .php" >tests/Unit</directory >
8+ </testsuite >
9+ </testsuites >
1710</phpunit >
You can’t perform that action at this time.
0 commit comments