aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test_empty_php_namespace.proto
Commit message (Collapse)AuthorAgeFilesLines
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+8
* Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.