File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
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- bootstrap =" vendor/autoload.php"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ backupGlobals =" false"
65 colors =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
10- processIsolation =" false"
11- stopOnError =" false"
12- stopOnFailure =" false"
136 verbose =" true"
147>
158 <testsuites >
169 <testsuite name =" test" >
17- <directory suffix = " Test.php " >./tests</directory >
10+ <directory >./tests</directory >
1811 </testsuite >
1912 </testsuites >
2013 <filter >
You can’t perform that action at this time.
0 commit comments