Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
22 lines (22 loc) · 754 Bytes
/
Copy pathphpunit.xml
File metadata and controls
22 lines (22 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="tests/bootstrap.php"colors="true">
<testsuites>
<testsuitename="grpc-unit-tests">
<directorysuffix="Test.php">tests/unit_tests</directory>
</testsuite>
<testsuitename="grpc-genereated-code-tests">
<file>tests/generated_code/GeneratedCodeTest.php</file>
<file>tests/generated_code/GeneratedCodeWithCallbackTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directorysuffix=".php">lib/Grpc</directory>
</whitelist>
</filter>
<logging>
<logtype="coverage-html"target="./log/codeCoverage"charset="UTF-8"
yui="true"highlight="true"
lowUpperBound="75"highLowerBound="95"/>
</logging>
</phpunit>