diff options
Diffstat (limited to 'tests/plugins/grpc/testdata/php_namespace/service.proto')
-rw-r--r-- | tests/plugins/grpc/testdata/php_namespace/service.proto | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/plugins/grpc/testdata/php_namespace/service.proto b/tests/plugins/grpc/testdata/php_namespace/service.proto deleted file mode 100644 index a3bfa3c0..00000000 --- a/tests/plugins/grpc/testdata/php_namespace/service.proto +++ /dev/null @@ -1,15 +0,0 @@ -syntax = "proto3"; - -package testPhpNamespace; - -option php_namespace = "Test\\CustomNamespace"; - -service Service { - rpc SimpleMethod (SimpleMessage) returns (SimpleMessage) { - } -} - -message SimpleMessage { - int32 id = 1; - string name = 2; -}
\ No newline at end of file |