aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests
Commit message (Expand)AuthorAge
* wrap long lines;Gravatar Stanley Cheung2016-07-20
* minor changes. cannot assume hostname unchangedGravatar Stanley Cheung2016-07-20
* support php7 by marcoGravatar thinkerou2016-07-20
* php: ran php-cs-fixer againGravatar Stanley Cheung2016-04-19
* Update copyrightsGravatar Craig Tiller2016-03-31
* fix php copyrightGravatar Stanley Cheung2016-02-16
* Merge pull request #5225 from stanley-cheung/php-ext-code-coverageGravatar Michael Lumish2016-02-16
|\
| * php: add more unit tests to improve code coverageGravatar Stanley Cheung2016-02-12
* | php: add unit test to bring coverage back up above 95%Gravatar Stanley Cheung2016-02-12
|/
* pass auth metadata context to user callbackGravatar Stanley Cheung2015-12-11
* add more unit testGravatar Stanley Cheung2015-12-10
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * php: ran php-cs-fixer to comply with php coding standardGravatar Stanley Cheung2015-10-27
* | php: split grpc_credentials to channel_credentials and call_credentialsGravatar Stanley Cheung2015-10-23
|/
* php: fix watchConnectivityState unit testGravatar Stanley Cheung2015-09-23
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
* php: expose per-call host override optionGravatar Stanley Cheung2015-08-19
* php: add watchForReady methodGravatar Stanley Cheung2015-08-13
* php: add more testsGravatar Stanley Cheung2015-08-13
* php: wrap watchConnectivityState apiGravatar Stanley Cheung2015-08-13
* php: wrap getConnectivityState APIGravatar Stanley Cheung2015-08-13
* review feedback: unit test of uri value too strictGravatar Stanley Cheung2015-07-27
* Exposed channel target and call peer in PHPGravatar Stanley Cheung2015-07-27
* Remove metadata checks - these are testing things that arent trueGravatar Craig Tiller2015-07-18
* add PHP timeout interop testGravatar Stanley Cheung2015-06-15
* Updated PHP files to new method namesGravatar murgatroid992015-04-02
* Updated final tests to passGravatar murgatroid992015-03-11
* Resolved merge conflicts with masterGravatar murgatroid992015-03-11
|\
* | EndToEndTest now worksGravatar murgatroid992015-03-11
* | Further updated EndToEndTestGravatar murgatroid992015-03-11
* | Fixed some tests for new APIGravatar murgatroid992015-03-11
| * Switched to new secure server APIGravatar murgatroid992015-03-04
|/
* Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
* Add PHP CopyrightGravatar Craig Tiller2015-02-16
* Merge pull request #373 from murgatroid99/php_metadata_representationGravatar Tim Emiola2015-02-04
|\
* | Switched to binding servers to port 0 in testsGravatar murgatroid992015-02-03
| * Changed PHP metadata representation to associative array of arrays of stringsGravatar murgatroid992015-02-03
* | Removed assertEquals from TimevalTestGravatar murgatroid992015-02-02
* | Removed uses of assertEquals, which internally uses weak comparisonGravatar murgatroid992015-02-02
|/
* Switched to new grpc_call_invoke APIGravatar murgatroid992015-01-16
* Switched call errors to exceptions instead of return valuesGravatar mlumish2015-01-05
* Switched events to use native objects instead of wrappersGravatar mlumish2015-01-05
* Replaced calls to grpc_call_accept with newer functionsGravatar mlumish2015-01-05
* Added utility to make different tests bind to different portsGravatar mlumish2014-12-10
* Added PHP to the global gRPC moe configGravatar mlumish2014-12-09