diff options
Diffstat (limited to 'src/php/tests/unit_tests/ChannelCredentialsTest.php')
-rw-r--r-- | src/php/tests/unit_tests/ChannelCredentialsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/tests/unit_tests/ChannelCredentialsTest.php b/src/php/tests/unit_tests/ChannelCredentialsTest.php index 1a42d69428..56c1d8f006 100644 --- a/src/php/tests/unit_tests/ChannelCredentialsTest.php +++ b/src/php/tests/unit_tests/ChannelCredentialsTest.php @@ -70,4 +70,4 @@ class ChanellCredentialsTest extends PHPUnit_Framework_TestCase $channel_credentials = Grpc\ChannelCredentials::createInsecure(); $this->assertNull($channel_credentials); } -}
\ No newline at end of file +} |