protobuf/php/tests
Brent Shaffer 12acbc2678 adds PHPDoc @return and @param for getters and setters respectively (#3131)
* adds PHPDoc @return and @param for getters and setters respectively

* addresses changes in PR review

* adds documentation tests

* Update php_generator:

- Prepend \ to names where required
- Remove <pre> tags
- Update protobuf field comments

* Updates class files with the protobuf changes

* Addresses review comments

* removes Protobuf Type line from PHP generated classes

* fixes phpdoc test

* adds array types to phpdoc
2017-06-27 16:28:28 -07:00
..
proto Add new file option php_namespace. (#3162) 2017-06-05 00:10:18 -07:00
array_test.php Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
autoload.php Make php generated code conform to PSR-4. (#2435) 2016-12-08 11:16:49 -08:00
compatibility_test.sh Add compatibility test for php. (#3041) 2017-05-05 11:14:11 -07:00
encode_decode_test.php Oneof field should be serialized even it's equal to default. (#3153) 2017-05-29 22:04:20 -07:00
gdb_test.sh Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00
generated_class_test.php Switch to addEnumType to fix fatal error (#3225) 2017-06-19 18:15:49 -07:00
generated_phpdoc_test.php adds PHPDoc @return and @param for getters and setters respectively (#3131) 2017-06-27 16:28:28 -07:00
map_field_test.php Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
memory_leak_test.php Add new file option php_namespace. (#3162) 2017-06-05 00:10:18 -07:00
php_implementation_test.php Bug fix: When encoding, negative int32 values should be padded to int64 (#2660) 2017-03-15 14:16:49 -07:00
test_base.php Rename encode/decode to serializeToString/mergeFromString (#2795) 2017-03-08 14:31:34 -08:00
test_util.php Switch to addEnumType to fix fatal error (#3225) 2017-06-19 18:15:49 -07:00
test.sh adds PHPDoc @return and @param for getters and setters respectively (#3131) 2017-06-27 16:28:28 -07:00
well_known_test.php Allow proto files to import descriptor.proto (#2995) 2017-04-20 16:55:56 -07:00