Add back missing test proto files.
This commit is contained in:
parent
9c4be5f654
commit
f174d36380
7
php/tests/test_include.proto
Normal file
7
php/tests/test_include.proto
Normal file
@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package bar;
|
||||
|
||||
message TestInclude {
|
||||
int32 a = 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user