aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/ServerTest.php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-20 14:21:35 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-20 14:21:35 -0700
commit69c565bd60b1cc23f4d03ea8e56a250288d65a20 (patch)
treea262818e6da2cd84d88a0394b2a1a9da4a4b3e67 /src/php/tests/unit_tests/ServerTest.php
parentbae0cf17065332220519fdd711aee6634bc999b4 (diff)
wrap long lines;
Diffstat (limited to 'src/php/tests/unit_tests/ServerTest.php')
-rw-r--r--src/php/tests/unit_tests/ServerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/php/tests/unit_tests/ServerTest.php b/src/php/tests/unit_tests/ServerTest.php
index a806c72da7..f2346ab113 100644
--- a/src/php/tests/unit_tests/ServerTest.php
+++ b/src/php/tests/unit_tests/ServerTest.php
@@ -76,7 +76,8 @@ class ServerTest extends PHPUnit_Framework_TestCase
$call = new Grpc\Call($channel, 'dummy_method', $deadline);
$event = $call->startBatch([Grpc\OP_SEND_INITIAL_METADATA => [],
- Grpc\OP_SEND_CLOSE_FROM_CLIENT => true, ]);
+ Grpc\OP_SEND_CLOSE_FROM_CLIENT => true,
+ ]);
$c = $this->server->requestCall();
$this->assertObjectHasAttribute('call', $c);