From e0e54661f76183684dca66694967a60cbb10f04e Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 15 Sep 2016 11:09:01 -0700 Subject: Check in php implementation. (#2052) This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields. --- phpunit.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 phpunit.xml (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..d311c509 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,13 @@ + + + + + php/tests/php_implementation_test.php + php/tests/array_test.php + php/tests/encode_decode_test.php + php/tests/generated_class_test.php + php/tests/map_field_test.php + + + -- cgit v1.2.3