protobuf/php/tests/proto
Paul Yang 4523c9c233 Allow proto files to import descriptor.proto (#2995)
descriptor.proto uses proto2 syntax, which is not ready for external
usage. However, some proto3 files import descriptor.proto and cannot be
used. In this PR, all references (We cheated by only removing
extensions, which is enough for now. User should avoid using messages
defined in descriptor.proto as field type.) to content in
descriptor.proto are removed from generated files. Those that import
descriptor.proto can be used like other proto files.
2017-04-20 16:55:56 -07:00
..
test_import_descriptor_proto.proto Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00
test_include.proto Make php generated code conform to PSR-4. (#2435) 2016-12-08 11:16:49 -08:00
test_no_namespace.proto Add test for nested enum for php (#2989) 2017-04-19 21:20:55 -07:00
test_prefix.proto Prepend "PB" to generated classes whose name are reserved words. (#2990) 2017-04-20 01:19:03 -07:00
test.proto Prepend "PB" to generated classes whose name are reserved words. (#2990) 2017-04-20 01:19:03 -07:00