File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit backupGlobals =" false"
3
+ backupStaticAttributes =" false"
4
+ bootstrap =" vendor/autoload.php"
5
+ colors =" true"
6
+ convertErrorsToExceptions =" true"
7
+ convertNoticesToExceptions =" true"
8
+ convertWarningsToExceptions =" true"
9
+ processIsolation =" false"
10
+ stopOnFailure =" false"
11
+ syntaxCheck =" false"
12
+ >
13
+ <testsuites >
14
+ <testsuite name =" ReactPHP Memcached Cache Test Suite" >
15
+ <directory suffix =" .php" >./tests/</directory >
16
+ </testsuite >
17
+ </testsuites >
18
+ <filter >
19
+ <whitelist >
20
+ <directory suffix =" .php" >./src/</directory >
21
+ </whitelist >
22
+ </filter >
23
+ <logging >
24
+ <log type =" coverage-clover" target =" ./build/logs/clover.xml" />
25
+ <log type =" coverage-html" target =" ./build/logs/report" charset =" UTF-8"
26
+ yui =" true" highlight =" true"
27
+ lowUpperBound =" 50" highLowerBound =" 80" />
28
+ </logging >
29
+ </phpunit >
You can’t perform that action at this time.
0 commit comments