File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed
Expand file tree Collapse file tree 1 file changed +20
-24
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 =" vendor/phpunit/phpunit/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
5- colors =" true" >
6- <testsuites >
7- <testsuite name =" unit" >
8- <directory >./test/Unit</directory >
9- </testsuite >
10- <testsuite name =" integration" >
11- <directory >./test/Integration</directory >
12- </testsuite >
13- </testsuites >
14-
15- <filter >
16- <whitelist processUncoveredFilesFromWhitelist =" false" >
17- <directory suffix =" .php" >./src</directory >
18- </whitelist >
19- </filter >
20- <php >
21- <ini name =" date.timezone" value =" Europe/Berlin" />
22- <ini name =" display_errors" value =" true" />
23- <!-- error_reporting(E_ALL) -->
24- <ini name =" error_reporting" value =" 32767" />
25- </php >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" >
3+ <coverage processUncoveredFiles =" false" >
4+ <include >
5+ <directory suffix =" .php" >./src</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" unit" >
10+ <directory >./test/Unit</directory >
11+ </testsuite >
12+ <testsuite name =" integration" >
13+ <directory >./test/Integration</directory >
14+ </testsuite >
15+ </testsuites >
16+ <php >
17+ <ini name =" date.timezone" value =" Europe/Berlin" />
18+ <ini name =" display_errors" value =" true" />
19+ <!-- error_reporting(E_ALL) -->
20+ <ini name =" error_reporting" value =" 32767" />
21+ </php >
2622</phpunit >
You can’t perform that action at this time.
0 commit comments