| Index: third_party/protobuf/phpunit.xml
|
| diff --git a/third_party/protobuf/phpunit.xml b/third_party/protobuf/phpunit.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d311c509f327741056bef800636b873d926b0eec
|
| --- /dev/null
|
| +++ b/third_party/protobuf/phpunit.xml
|
| @@ -0,0 +1,13 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<phpunit bootstrap="./vendor/autoload.php"
|
| + colors="true">
|
| + <testsuites>
|
| + <testsuite name="protobuf-tests">
|
| + <file>php/tests/php_implementation_test.php</file>
|
| + <file>php/tests/array_test.php</file>
|
| + <file>php/tests/encode_decode_test.php</file>
|
| + <file>php/tests/generated_class_test.php</file>
|
| + <file>php/tests/map_field_test.php</file>
|
| + </testsuite>
|
| + </testsuites>
|
| +</phpunit>
|
|
|