This repository was archived by the owner on Jun 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-27
lines changed Expand file tree Collapse file tree 1 file changed +17
-27
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit
3
- backupGlobals=" false"
4
- backupStaticAttributes=" false"
5
- bootstrap=" vendor/autoload.php"
6
- colors=" true"
7
- convertErrorsToExceptions=" true"
8
- convertNoticesToExceptions=" true"
9
- convertWarningsToExceptions=" true"
10
- convertDeprecationsToExceptions=" true"
11
- processIsolation=" false"
12
- stopOnFailure=" false" >
13
-
14
- <filter >
15
- <whitelist >
16
- <directory >src</directory >
17
- </whitelist >
18
- </filter >
19
-
20
- <logging >
21
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
22
- </logging >
23
-
24
- <testsuites >
25
- <testsuite name =" Package Test Suite" >
26
- <directory suffix =" Test.php" >./tests</directory >
27
- </testsuite >
28
- </testsuites >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <coverage >
4
+ <report >
5
+ <clover outputFile =" build/logs/clover.xml" />
6
+ </report >
7
+ </coverage >
8
+ <logging />
9
+ <testsuites >
10
+ <testsuite name =" Package Test Suite" >
11
+ <directory suffix =" Test.php" >./tests</directory >
12
+ </testsuite >
13
+ </testsuites >
14
+ <source >
15
+ <include >
16
+ <directory >src</directory >
17
+ </include >
18
+ </source >
29
19
</phpunit >
You can’t perform that action at this time.
0 commit comments