File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44logs
55.php_cs.cache
66.phpunit.result.cache
7+ .DS_Store
Original file line number Diff line number Diff line change 1- <phpunit colors =" true" bootstrap =" vendor/autoload.php" >
2- <testsuites >
3- <testsuite name =" unit" >
4- <directory >./tests/</directory >
5- </testsuite >
6- </testsuites >
7- <filter >
8- <whitelist >
9- <directory suffix =" .php" >./src/</directory >
10- </whitelist >
11- </filter >
1+ <?xml version =" 1.0" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage >
4+ <include >
5+ <directory suffix =" .php" >./src/</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" unit" >
10+ <directory >./tests/</directory >
11+ </testsuite >
12+ </testsuites >
1213</phpunit >
You can’t perform that action at this time.
0 commit comments