Skip to content
Snippets Groups Projects
Commit 0a43b343 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #1251 from donnadionne/logs

Adding php client to interop tests.
parents b5d5fb36 1c96a8fd
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ echo $result_file_name ...@@ -36,7 +36,7 @@ echo $result_file_name
main() { main() {
source grpc_docker.sh source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response) test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response)
clients=(cxx java go ruby node python csharp_mono) clients=(cxx java go ruby node python csharp_mono php)
servers=(cxx java go ruby node python csharp_mono) servers=(cxx java go ruby node python csharp_mono)
for test_case in "${test_cases[@]}" for test_case in "${test_cases[@]}"
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment