소스 검색

Add a test case for nested enum, which was missed previously. (#3010)

Paul Yang 8 년 전
부모
커밋
3c0855e94a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      php/tests/proto/test_no_namespace.proto

+ 1 - 0
php/tests/proto/test_no_namespace.proto

@@ -7,6 +7,7 @@ message NoNamespaceMessage {
     ZERO = 0;
   }
   NestedEnum b = 2;
+  repeated NestedEnum c = 3;
 }
 
 enum NoNamespaceEnum {