Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
458 B
14 lines
458 B
8 years ago
|
<?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>
|