File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 11<phpunit
2- backupGlobals = " false "
3- backupStaticAttributes = " false "
2+ xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/8.5/phpunit.xsd "
44 bootstrap =" vendor/autoload.php"
5- convertErrorsToExceptions =" true"
6- convertNoticesToExceptions =" true"
7- convertWarningsToExceptions =" true"
85 beStrictAboutTestsThatDoNotTestAnything =" false"
96 colors =" true"
107 >
1815 <directory >tests/bundle/Functional</directory >
1916 </testsuite >
2017 </testsuites >
21- <filter >
22- <whitelist >
23- <directory >src</directory >
24- </whitelist >
25- </filter >
2618</phpunit >
Original file line number Diff line number Diff line change 11<phpunit
2- backupGlobals = " false "
3- backupStaticAttributes = " false "
2+ xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/8.5/phpunit.xsd "
44 bootstrap =" vendor/autoload.php"
5- convertErrorsToExceptions =" true"
6- convertNoticesToExceptions =" true"
7- convertWarningsToExceptions =" true"
85 beStrictAboutTestsThatDoNotTestAnything =" false"
96 colors =" true"
107 >
2219 <directory >tests/lib/Server</directory >
2320 </testsuite >
2421 </testsuites >
25- <filter >
26- <whitelist >
27- <directory >src</directory >
28- </whitelist >
29- </filter >
3022</phpunit >
You can’t perform that action at this time.
0 commit comments