File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 ~
1717 -->
18- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
20- colors =" true"
21- bootstrap =" ./../vendor/autoload.php"
22- cacheDirectory =" ../.cache/phpunit"
18+ <phpunit
19+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
21+ colors =" true"
22+ bootstrap =" ./../vendor/autoload.php"
23+ cacheDirectory =" ../.cache/phpunit"
2324>
24- < coverage >
25- < include >
26- <directory suffix = " .php " >./../src </directory >
27- </ include >
28- </ coverage >
29- < testsuites >
30- < testsuite name =" all " >
31- < directory >.</ directory >
32- </ testsuite >
33- </ testsuites >
34- < php >
35- < ini name = " date.timezone " value = " Europe/Berlin " / >
36- </ php >
25+ < testsuites >
26+ < testsuite name = " all " >
27+ <directory >. </directory >
28+ </ testsuite >
29+ </ testsuites >
30+ < php >
31+ < ini name =" date.timezone " value = " Europe/Berlin " / >
32+ </ php >
33+ <source >
34+ < include >
35+ < directory suffix = " . php" >./../src</ directory >
36+ </ include >
37+ </ source >
3738</phpunit >
You can’t perform that action at this time.
0 commit comments