File tree Expand file tree Collapse file tree 1 file changed +14
-19
lines changed
Expand file tree Collapse file tree 1 file changed +14
-19
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- stopOnFailure =" false"
7- >
8- <testsuites >
9- <testsuite name =" all" >
10- <directory suffix =" Test.php" >tests</directory >
11- </testsuite >
12- </testsuites >
13- <coverage processUncoveredFiles =" true" >
14- <include >
15- <directory suffix =" .php" >tests</directory >
16- </include >
17- </coverage >
18- <php >
19- <env name =" ARANGODB_VERSION" value =" 3.12" />
20- </php >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" >
3+ <testsuites >
4+ <testsuite name =" all" >
5+ <directory suffix =" Test.php" >tests</directory >
6+ </testsuite >
7+ </testsuites >
8+ <php >
9+ <env name =" ARANGODB_VERSION" value =" 3.12" />
10+ </php >
11+ <source >
12+ <include >
13+ <directory suffix =" .php" >tests</directory >
14+ </include >
15+ </source >
2116</phpunit >
You can’t perform that action at this time.
0 commit comments