| Index: third_party/grpc/src/php/phpunit.xml
|
| diff --git a/third_party/grpc/src/php/phpunit.xml b/third_party/grpc/src/php/phpunit.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..52ea6e8f0ea6e5883242a6a532c438d041fc12c9
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/php/phpunit.xml
|
| @@ -0,0 +1,22 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
| + <testsuites>
|
| + <testsuite name="grpc-unit-tests">
|
| + <directory suffix="Test.php">tests/unit_tests</directory>
|
| + </testsuite>
|
| + <testsuite name="grpc-genereated-code-tests">
|
| + <file>tests/generated_code/GeneratedCodeTest.php</file>
|
| + <file>tests/generated_code/GeneratedCodeWithCallbackTest.php</file>
|
| + </testsuite>
|
| + </testsuites>
|
| + <filter>
|
| + <whitelist>
|
| + <directory suffix=".php">lib/Grpc</directory>
|
| + </whitelist>
|
| + </filter>
|
| + <logging>
|
| + <log type="coverage-html" target="./log/codeCoverage" charset="UTF-8"
|
| + yui="true" highlight="true"
|
| + lowUpperBound="75" highLowerBound="95"/>
|
| + </logging>
|
| +</phpunit>
|
|
|