/** * @group functional */ public function testGetResponse() { $index = $this->_createIndex(); $status = new Status($index->getClient()); $this->assertInstanceOf('Elastica\\Response', $status->getResponse()); }