Add back missing test proto files.

pull/2129/head
Bo Yang 9 years ago
parent 9c4be5f654
commit f174d36380
  1. 7
      php/tests/test_include.proto

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