aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/CallTest.php
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:48:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:48:23 -0800
commit5910eee2621cda6428d061e5f454573fed7d1024 (patch)
treecf5f67471a5065ca11e1b5338387b5fec93acb5b /src/php/tests/unit_tests/CallTest.php
parent11292e1a5a11775f5794189b2879dea2cae239cc (diff)
parent43ec556ea7f0e4321bbeb6602374d8a0bf1b0327 (diff)
Merge github.com:grpc/grpc into bm_fullstack
Diffstat (limited to 'src/php/tests/unit_tests/CallTest.php')
-rw-r--r--src/php/tests/unit_tests/CallTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/tests/unit_tests/CallTest.php b/src/php/tests/unit_tests/CallTest.php
index 1205f0cd8e..f60eb96730 100644
--- a/src/php/tests/unit_tests/CallTest.php
+++ b/src/php/tests/unit_tests/CallTest.php
@@ -94,7 +94,7 @@ class CallTest extends PHPUnit_Framework_TestCase
$batch = [
Grpc\OP_SEND_INITIAL_METADATA => ['key1' => ['value1'],
'key2' => ['value2',
- 'value3'], ],
+ 'value3', ], ],
];
$result = $this->call->startBatch($batch);
$this->assertTrue($result->send_metadata);