aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/CallTest.php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-04-19 09:31:22 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-04-19 09:31:22 -0700
commit7f05da6a27efe380a2b813e3cbb149b5c7fe2e6c (patch)
treeb531ad753fc82d27ac4a0e45af1a0a79f37fe8c5 /src/php/tests/unit_tests/CallTest.php
parent279681311f61b079a720b7aef424cbe9000d08e8 (diff)
php: ran php-cs-fixer again
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);
}
-
}