setUp() must be compatible with Illuminate\Foundation\Testing\TestCase::setUp()
//Attention to :void
protected function setUp(): void
{
$this->markTestSkipped(
'This test will be skipped when you run `php-unit`.'
);
}