protobuf/php/tests
Paul Yang 537c5aa9e0
Aggregate Metadata Files (#7155) (#7194)
Instead of calling initOnce of dependencies, initialize metadata of dependencies in the same file.

Needs to pass aggregate_metadata option to protoc to trigger, e.g.:
--php_out=aggregate_metadata=foo#bar:generated_dir
For each input file, transitive dependencies (including itself), whose package name has the prefix of foo or bar, will be aggregated, in which their metadata string will be aggregated in the same internalAddGeneratedFile call. For other dependencies, initOnce is called as before.

This feature is EXPERIMENTAL. DO NOT USE!!!
2020-02-11 15:44:40 -08:00
..
proto Aggregate Metadata Files (#7155) (#7194) 2020-02-11 15:44:40 -08:00
array_test.php Fix more issues for reference values (#5613) 2019-01-23 12:44:20 -08:00
autoload.php Enforce all error report for php tests. (#3670) 2017-09-22 14:08:01 -07:00
bootstrap_phpunit.php Enforce all error report for php tests. (#3670) 2017-09-22 14:08:01 -07:00
compatibility_test.sh Maven requires https connection (#7110) (#7114) 2020-01-22 12:29:56 -08:00
compile_extension.sh Fix Multiple Request for PHP (#7008) 2019-12-12 13:59:51 -08:00
descriptors_test.php Call register_class before getClass from desc (#7077) 2020-01-21 15:38:42 -08:00
encode_decode_test.php Initialize wrapper message during parsing (#6974) 2019-12-03 11:11:28 -08:00
gdb_test.sh Fix Any json encoding/decoding in php (#5496) 2018-12-26 10:36:09 -08:00
generated_class_test.php Merge 3.9.x 201908071359 to master (#6484) 2019-08-09 13:21:18 -07:00
generated_phpdoc_test.php PHP namespaces for nested messages and enums (#4536) 2018-05-25 13:04:19 -07:00
generated_service_test.php Support PHP generic services (#3269) 2017-07-18 07:45:18 -07:00
map_field_test.php Fix more issues for reference values (#5613) 2019-01-23 12:44:20 -08:00
memory_leak_test.php Lazily Create Singular Wrapper Message (#6833) 2019-11-14 12:17:04 -08:00
multirequest.php Fix Multiple Request for PHP (#7008) 2019-12-12 13:59:51 -08:00
multirequest.sh Fix Multiple Request for PHP (#7008) 2019-12-12 13:59:51 -08:00
php_implementation_test.php Add terminating character to zend_lookup_class call (#5871) (#5885) 2019-03-13 13:31:55 -07:00
test_base.php Fix field mask for php in json (#5591) 2019-01-17 10:18:43 -08:00
test_util.php Fix field mask for php in json (#5591) 2019-01-17 10:18:43 -08:00
test.sh Fix Multiple Request for PHP (#7008) 2019-12-12 13:59:51 -08:00
undefined_test.php rename duplicate testMessageSetNullFail function (#3669) 2018-06-25 14:57:40 -07:00
well_known_test.php Aggregate Metadata Files (#7155) (#7194) 2020-02-11 15:44:40 -08:00
wrapper_type_setters_test.php Lazily Create Singular Wrapper Message (#6833) 2019-11-14 12:17:04 -08:00