Add back missing test proto files.
This commit is contained in:
parent
9c4be5f654
commit
f174d36380
1 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue