📅  最后修改于: 2022-03-11 14:54:40.931000             🧑  作者: Mango
//Attention to :void
protected function setUp(): void
{
$this->markTestSkipped(
'This test will be skipped when you run `php-unit`.'
);
}