/** * @group functional */ public function testScanAndScroll() { $search = new Search($this->_getClient()); $this->assertInstanceOf('Elastica\\ScanAndScroll', $search->scanAndScroll()); }