aboutsummaryrefslogtreecommitdiff
path: root/php/tests/well_known_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-0/+13
In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.