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 >
2925 <testsuites >
3026 <testsuite name =" all" >
3127 <directory >.</directory >
3430 <php >
3531 <ini name =" date.timezone" value =" Europe/Berlin" />
3632 </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