We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646670 commit c3591adCopy full SHA for c3591ad
tests/Unit/Elastica/ClientTest.php
@@ -117,7 +117,8 @@ public function testSendsExceptionEvents(): void
117
118
$connection = $this->getConnectionMock();
119
$connection->method('getTransportObject')
120
- ->willThrowException(new ClientException());
+ ->willThrowException(new ClientException())
121
+ ;
122
123
$client = $this->getClientMock($response, $connection);
124
0 commit comments