aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-15 13:04:42 -0700
committerGravatar Bo Yang <teboring@google.com>2016-09-15 17:59:49 -0700
commitf174d363805165cc141e4cd68256bddce6a60122 (patch)
tree55ee3c7ac0d9eb9e551847205e05d4039f6aaaf6 /php/tests
parent9c4be5f654d8e7635a00dc3d65688d3203c99bb1 (diff)
Add back missing test proto files.
Diffstat (limited to 'php/tests')
-rw-r--r--php/tests/test_include.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/php/tests/test_include.proto b/php/tests/test_include.proto
new file mode 100644
index 00000000..9844617f
--- /dev/null
+++ b/php/tests/test_include.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+ int32 a = 1;
+}