File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
- backupGlobals = " false "
4
- backupStaticAttributes = " false "
5
- bootstrap =" tests/bootstrap.php"
6
- colors =" true" >
3
+ xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
4
+ xsi : noNamespaceSchemaLocation = " https://schema.phpunit.de/6.3/phpunit.xsd "
5
+ bootstrap =" tests/bootstrap.php"
6
+ colors =" true" >
7
7
8
8
<testsuite name =" php-domain-parser" >
9
9
<directory >tests/src</directory >
17
17
18
18
<logging >
19
19
<log type =" coverage-html"
20
- target =" build/coverage"
21
- charset =" UTF-8"
22
- yui =" true"
23
- highlight =" true"
24
- lowUpperBound =" 40"
25
- highLowerBound =" 70" />
20
+ target =" build/coverage"
21
+ lowUpperBound =" 40" />
26
22
<log type =" testdox-html" target =" build/coverage/log/testdox.html" />
27
23
<log type =" junit" target =" build/report.junit.xml" />
28
24
<log type =" coverage-text" target =" build/coverage.txt" />
29
25
<log type =" coverage-clover" target =" build/clover.xml" />
30
26
</logging >
31
- <logging >
32
- </logging >
33
27
</phpunit >
You can’t perform that action at this time.
0 commit comments