aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-04-25 10:47:09 -0700
committerGravatar GitHub <noreply@github.com>2017-04-25 10:47:09 -0700
commit3c0855e94ac4cf6c3c2e899ac88acf4fa56e9770 (patch)
treee86de003e587f19554947ba4969c49f43602371b /php/tests
parentfba2acd72e8cbf138912295df227ee2c914158c3 (diff)
Add a test case for nested enum, which was missed previously. (#3010)
Diffstat (limited to 'php/tests')
-rw-r--r--php/tests/proto/test_no_namespace.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/tests/proto/test_no_namespace.proto b/php/tests/proto/test_no_namespace.proto
index 3dd76764..58f13d47 100644
--- a/php/tests/proto/test_no_namespace.proto
+++ b/php/tests/proto/test_no_namespace.proto
@@ -7,6 +7,7 @@ message NoNamespaceMessage {
ZERO = 0;
}
NestedEnum b = 2;
+ repeated NestedEnum c = 3;
}
enum NoNamespaceEnum {