Fix tests for 5.8
This commit is contained in:
@@ -15,9 +15,9 @@ class PIREPTest extends TestCase
|
||||
protected $pirepSvc;
|
||||
protected $settingsRepo;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp(); // TODO: Change the autogenerated stub
|
||||
parent::setUp();
|
||||
$this->addData('base');
|
||||
|
||||
$this->pirepSvc = app('App\Services\PirepService');
|
||||
|
||||
Reference in New Issue
Block a user