File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" tests/bootstrap.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 >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd" >
3+ <coverage />
84 <php >
95 <ini name =" memory_limit" value =" -1" />
106 <ini name =" apc.enable_cli" value =" 1" />
1511 <directory >tests/TestCase/</directory >
1612 </testsuite >
1713 </testsuites >
14+ <source >
15+ <include >
16+ <directory suffix =" .php" >src/</directory >
17+ </include >
18+ </source >
1819</phpunit >
You can’t perform that action at this time.
0 commit comments