aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/interop/interop_client.php
Commit message (Collapse)AuthorAge
* PHP interop client: do not append :443 to host name unless necessaryGravatar Jan Tattermusch2018-12-20
| | | | | $server_port is actually a string and appending the port number to server_host breaks jwt_token_creds testcase.
* do not use server override in php interop client by defaultGravatar Jan Tattermusch2018-12-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add commentsGravatar Stanley Cheung2017-01-31
|
* PHP: make tests runnable on both protobuf 3.1 and 3.2Gravatar Stanley Cheung2017-01-30
|
* Enable advanced Java interop tests.Gravatar Eric Gribkoff2017-01-06
| | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior.
* update php styleGravatar thinkerou2016-11-01
|
* change unimplemented_method to unimplemented_service. Add real ↵Gravatar Noah Eisen2016-10-21
| | | | unimplemented_method test
* Fix php interop client for status_code_and_message testGravatar Stanley Cheung2016-10-17
|
* PHP Proto3: update tests and READMEGravatar Stanley Cheung2016-09-29
|
* fix php code styleGravatar thinkerou2016-09-09
|
* php: minor error initializing a variableGravatar Stanley Cheung2016-09-06
|
* php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
|
* php: fix per_rpc_creds capital auth header keyGravatar Stanley Cheung2016-08-26
|
* php: fix minor style discrepencyGravatar Stanley Cheung2016-07-21
|
* php: there is an unimplemented serviceGravatar Stanley Cheung2016-06-17
|
* php: implement 2 more interop testsGravatar Stanley Cheung2016-06-17
|
* php: implement custom_metadata interop testGravatar Stanley Cheung2016-06-17
|
* php: ran php-cs-fixer againGravatar Stanley Cheung2016-05-19
|
* fix copyrightGravatar Stanley Cheung2016-05-06
|
* reuse interop client stubGravatar Stanley Cheung2016-05-06
|
* php: stress test clientGravatar Stanley Cheung2016-05-06
|
* php: make channelGravatar Stanley Cheung2015-12-16
| | | | credentials createInsecure explicit
* pass auth metadata context to user callbackGravatar Stanley Cheung2015-12-11
|
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
|
* Fixing tests.Gravatar Julien Boeuf2015-11-17
|
* 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: remove ssl_cert_file env varGravatar Stanley Cheung2015-10-23
| |
| * php: remove ssl_cert_file env varGravatar Stanley Cheung2015-10-23
| |
| * remove includeGravatar Stanley Cheung2015-10-22
|/
* php: add remaining auth interop testsGravatar Stanley Cheung2015-10-15
|
* php: add use_tls and use_test_ca param to interop tests scriptGravatar Stanley Cheung2015-10-15
|
* php: fix empty_stream interop test;Gravatar Stanley Cheung2015-10-14
|
* php: call writesDone in interop testGravatar Stanley Cheung2015-10-09
|
* php: implement empty_stream interop testGravatar Stanley Cheung2015-10-09
|
* php: add cancel_after_begin interop testGravatar Stanley Cheung2015-09-02
|
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
|
* php: add comment for why cancel_after_begin cannot be doneGravatar Stanley Cheung2015-08-27
|
* php: fix interop stub construction after codegen fixGravatar Stanley Cheung2015-08-27
|
* php: fix timeout interop test, use 1ms as timeoutGravatar Stanley Cheung2015-08-19
|
* 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
|
* add PHP timeout interop testGravatar Stanley Cheung2015-06-15
|
* update PHP README installation instructions, and dockerfileGravatar Stanley Cheung2015-06-10
|
* PHP: add support to pass JWT auth uri to auth libraryGravatar Stanley Cheung2015-05-12
|
* add php compute_engine_creds auth interop testGravatar Stanley Cheung2015-05-05
|
* more commentsGravatar Stanley Cheung2015-04-30
|
* add php service account credentials auth interop test, tested against cloud ↵Gravatar Stanley Cheung2015-04-30
| | | | server
* Minor fix to test case switch statement, to fix a false negativeGravatar murgatroid992015-03-30
|