File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <phpunit
4
+ bootstrap =" bootstrap.php"
5
+ colors =" true"
6
+ convertErrorsToExceptions =" true"
7
+ convertNoticesToExceptions =" true"
8
+ convertWarningsToExceptions =" true"
9
+ stopOnFailure =" true"
10
+ syntaxCheck =" true" >
11
+
12
+ <testsuites >
13
+ <testsuite name =" Main" >
14
+ <directory >tests</directory >
15
+ </testsuite >
16
+ </testsuites >
17
+
18
+ <filter >
19
+ <whitelist >
20
+ <directory suffix =" .php" >src</directory >
21
+ </whitelist >
22
+ </filter >
23
+
24
+ <logging >
25
+ <log type =" coverage-text" target =" php://stdout" />
26
+ <log type =" coverage-clover" target =" ./build/coverage.clover" />
27
+
28
+ <log type =" coverage-html" target =" ./build/" charset =" UTF-8"
29
+ yui =" true" highlight =" false"
30
+ lowUpperBound =" 35" highLowerBound =" 70" />
31
+ </logging >
32
+ </phpunit >
You can’t perform that action at this time.
0 commit comments