Laravel 10.x Shift #49
@@ -14,7 +14,7 @@ class ArticlesApiTest extends TestCase
|
||||
protected $faker;
|
||||
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->faker = FakerFactory::create();
|
||||
|
||||
@@ -15,7 +15,7 @@ class EventsApiTest extends TestCase
|
||||
protected $faker;
|
||||
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->faker = FakerFactory::create();
|
||||
|
||||
Reference in New Issue
Block a user