aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test_service_namespace.proto
Commit message (Collapse)AuthorAgeFilesLines
* Support PHP generic services (#3269)Matt A2017-07-181-0/+13
* Add php_generic_services option * Generate PHP generic services * Respect namespaces for generated PHP services * Test PHP generated services * Rename PHP generator service method doc comment function * Correct phpdoc service method case * Test namespaced PHP generic services * Always use the FQCN for PHP generic service input/output * Add generated_service_test to php test.sh * Add php service test protos to CI * Add php service files to php_EXTRA_DIST * Use Interface suffix for php generic services