aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/CallTest.php
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-04-20 16:38:26 -0700
committerGravatar yang-g <yangg@google.com>2016-04-20 16:38:26 -0700
commite2914023068da2ded0f825cd1790b1c70f14e0a5 (patch)
treeabbade79a6e2b15dbe3748129d80ab3c18b19b9d /src/php/tests/unit_tests/CallTest.php
parent25df28ef75ba99e5d16743be7310c2920ddd8a32 (diff)
parent2aec20120020741ee64fcd22042c2e56d4cf0a5b (diff)
Merge remote-tracking branch 'upstream/master' into proto_comments
Diffstat (limited to 'src/php/tests/unit_tests/CallTest.php')
-rwxr-xr-xsrc/php/tests/unit_tests/CallTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php/tests/unit_tests/CallTest.php b/src/php/tests/unit_tests/CallTest.php
index 1170a440fa..fa026f0935 100755
--- 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
public function testCancel()
{
- $this->assertNull($this->call->cancel());
+ $this->assertNull($this->call->cancel());
}
/**
@@ -118,5 +118,4 @@ class CallTest extends PHPUnit_Framework_TestCase
];
$result = $this->call->startBatch($batch);
}
-
}