Преглед изворни кода

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;
+}