Fix tests for 5.8
This commit is contained in:
@@ -12,7 +12,7 @@ class ImporterTest extends TestCase
|
||||
private $importSvc;
|
||||
private $fareSvc;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->importBaseClass = new \App\Interfaces\ImportExport();
|
||||
|
||||
Reference in New Issue
Block a user