aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/proto/test_prefix.proto
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/proto/test_prefix.proto')
-rw-r--r--php/tests/proto/test_prefix.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/php/tests/proto/test_prefix.proto b/php/tests/proto/test_prefix.proto
new file mode 100644
index 00000000..04582121
--- /dev/null
+++ b/php/tests/proto/test_prefix.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+option php_class_prefix = "Prefix";
+
+message TestPrefix {
+ int32 a = 1;
+}