aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/unit_tests/CallCredentials2Test.php
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-09-09 17:43:00 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-09-09 17:44:09 +0800
commit9392b045177cf1294e4918392bb300b7e458b232 (patch)
treef0d6586c710764739af80ebb354d9497228ef12b /src/php/tests/unit_tests/CallCredentials2Test.php
parent1b5f057995fb2b53746db281ae519d9ae475d24c (diff)
fix php code style
Diffstat (limited to 'src/php/tests/unit_tests/CallCredentials2Test.php')
-rw-r--r--src/php/tests/unit_tests/CallCredentials2Test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php/tests/unit_tests/CallCredentials2Test.php b/src/php/tests/unit_tests/CallCredentials2Test.php
index b3b98a22ca..fa31439c54 100644
--- a/src/php/tests/unit_tests/CallCredentials2Test.php
+++ b/src/php/tests/unit_tests/CallCredentials2Test.php
@@ -170,7 +170,7 @@ class CallCredentials2Test extends PHPUnit_Framework_TestCase
$this->assertTrue(is_string($context->service_url));
$this->assertTrue(is_string($context->method_name));
- return "a string";
+ return 'a string';
}
public function testCallbackWithInvalidReturnValue()
@@ -196,5 +196,4 @@ class CallCredentials2Test extends PHPUnit_Framework_TestCase
$this->assertTrue($event->send_close);
$this->assertTrue($event->status->code == Grpc\STATUS_UNAUTHENTICATED);
}
-
}