File tree Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4- bootstrap =" ./vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/tests/bootstrap.php"
5- colors =" true"
6- >
7- <testsuites >
8- <testsuite name =" unit" >
9- <directory >./tests/</directory >
10- </testsuite >
11- </testsuites >
12-
13- <coverage >
14- <include >
15- <directory suffix =" .php" >./src</directory >
16- </include >
17- </coverage >
18-
19- <php >
20- <!-- E_ALL = 30719 -->
21- <ini name =" error_reporting" value =" 30719" />
22- </php >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" ./vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/tests/bootstrap.php" colors =" true" >
3+ <testsuites >
4+ <testsuite name =" unit" >
5+ <directory >./tests/</directory >
6+ </testsuite >
7+ </testsuites >
8+ <coverage />
9+ <php >
10+ <!-- E_ALL = 30719 -->
11+ <ini name =" error_reporting" value =" 30719" />
12+ </php >
13+ <source >
14+ <include >
15+ <directory suffix =" .php" >./src</directory >
16+ </include >
17+ </source >
2318</phpunit >
You can’t perform that action at this time.
0 commit comments