Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FacedSID committed Jun 14, 2017
1 parent 3692e03 commit 4e16395
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/ClientExceptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ public function testClusterIsNotProvided()

$this->assertInstanceOf(ClientException::class, $e);
}

public function testConnectionError()
{
$e = ClientException::connectionError();

$this->assertInstanceOf(ClientException::class, $e);
}

public function testServerReturnedError()
{
Expand Down

0 comments on commit 4e16395

Please sign in to comment.