Google\Cloud\Tests\Exception\ServiceExceptionTest::testDoesntHaveServiceException PHP Method

testDoesntHaveServiceException() public method

    public function testDoesntHaveServiceException()
    {
        $ex = new ServiceException('foo');
        $this->assertFalse($ex->hasServiceException());
    }