File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
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"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.0/phpunit.xsd"
4+ backupGlobals =" false"
45 bootstrap =" vendor/autoload.php"
56 colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
97 processIsolation =" false"
108 stopOnFailure =" false" >
119 <testsuites >
1412 <exclude >vendor</exclude >
1513 </testsuite >
1614 </testsuites >
17- <filter >
18- <whitelist >
15+ <source >
16+ <include >
1917 <directory suffix =" .php" >src/</directory >
20- </whitelist >
21- </filter >
18+ </include >
19+ </source >
2220</phpunit >
You can’t perform that action at this time.
0 commit comments