File tree 1 file changed +23
-4
lines changed
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
2
3
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" colors =" true" bootstrap =" vendor/autoload.php" failOnWarning =" true" failOnRisky =" true" cacheDirectory =" .phpunit.cache" >
4
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnWarning =" true"
9
+ failOnRisky =" true"
10
+ failOnDeprecation =" true"
11
+ failOnNotice =" true"
12
+ displayDetailsOnTestsThatTriggerWarnings =" true"
13
+ displayDetailsOnTestsThatTriggerErrors =" true"
14
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
15
+ displayDetailsOnTestsThatTriggerNotices =" true"
16
+ cacheDirectory =" .phpunit.cache"
17
+ >
4
18
<php >
5
19
<ini name =" error_reporting" value =" -1" />
6
20
<env name =" COLUMNS" value =" 80" force =" true" />
11
25
<directory >tests</directory >
12
26
</testsuite >
13
27
</testsuites >
14
- <!-- <logging>-->
15
- <!-- <testdoxHtml outputFile="testdox.html"/>-->
16
- <!-- </logging>-->
28
+ <!-- <coverage cacheDirectory="var/phpunit/coverage-cache" includeUncoveredFiles="true">-->
29
+ <!-- <report>-->
30
+ <!-- <html outputDirectory="coverage" lowUpperBound="50" highLowerBound="90"/>-->
31
+ <!-- </report>-->
32
+ <!-- </coverage>-->
33
+ <!-- <logging>-->
34
+ <!-- <testdoxHtml outputFile="testdox.html"/>-->
35
+ <!-- </logging>-->
17
36
<source >
18
37
<include >
19
38
<directory suffix =" .php" >src</directory >
You can’t perform that action at this time.
0 commit comments