File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
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"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
5- cacheDirectory =" .phpunit.cache"
6- executionOrder =" depends,defects"
7- colors =" true"
8- failOnRisky =" true"
9- failOnWarning =" true"
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd"
5+ bootstrap =" vendor/autoload.php"
6+ cacheDirectory =" .phpunit.cache"
7+ executionOrder =" depends,defects"
8+ colors =" true"
9+ failOnRisky =" true"
10+ failOnWarning =" true"
1011>
11- <coverage >
12- <include >
13- <directory suffix =" .php" >src</directory >
14- </include >
15- </coverage >
1612 <testsuites >
1713 <testsuite name =" default" >
1814 <directory >tests</directory >
1915 </testsuite >
2016 </testsuites >
17+ <source >
18+ <include >
19+ <directory suffix =" .php" >src</directory >
20+ </include >
21+ </source >
2122</phpunit >
You can’t perform that action at this time.
0 commit comments