From 99564c3347223b92e49bd40f37b8c0d6fc6a3971 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Wed, 16 Nov 2016 11:07:43 -0800 Subject: Rename Empty to GPBEmpty in php generated file. In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly. --- php/tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/tests/test.sh') diff --git a/php/tests/test.sh b/php/tests/test.sh index fe3dc7f6..a6ca89b9 100755 --- a/php/tests/test.sh +++ b/php/tests/test.sh @@ -11,7 +11,7 @@ set -e phpize && ./configure && make popd -tests=( array_test.php encode_decode_test.php generated_class_test.php map_field_test.php ) +tests=( array_test.php encode_decode_test.php generated_class_test.php map_field_test.php well_known_test.php ) for t in "${tests[@]}" do -- cgit v1.2.3