浏览代码

Add back missing test proto files.

Bo Yang 9 年之前
父节点
当前提交
f174d36380
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      php/tests/test_include.proto

+ 7 - 0
php/tests/test_include.proto

@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+  int32 a = 1;
+}