File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ composer.lock
44script /*
55
66# Testing
7- /phpunit.xml
87/build
98/test /reports
109.env
1110.idea
1211/.php_cs
13- /.php_cs.cache
14- /.phpunit.result.cache
12+ * .cache
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" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals =" true" colors =" true" processIsolation = " false " bootstrap =" vendor/autoload.php" cacheDirectory =" .phpunit.cache" backupStaticProperties =" true" requireCoverageMetadata =" false" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals =" true" colors =" true" bootstrap =" vendor/autoload.php" cacheDirectory =" .phpunit.cache" backupStaticProperties =" true" requireCoverageMetadata =" false" >
33 <coverage >
44 <report >
55 <clover outputFile =" build/logs/clover.xml" />
You can’t perform that action at this time.
0 commit comments