assertInstanceOf('Maatwebsite\Excel\Files\ExcelFile', $importer); } public function testGetResultsDirectlyWithCustomDelimiterSetAsProperty() { $importer = app('TestImport'); $results = $importer->get(); $this->assertInstanceOf('Maatwebsite\Excel\Collections\RowCollection', $results); $this->assertCount(5, $results); } }