fix phpunit

This commit is contained in:
crazywhalecc
2023-10-15 13:25:26 +08:00
parent 147c3ee499
commit ccd0123383

View File

@@ -16,6 +16,7 @@ final class CheckListHandlerTest extends TestCase
{
$list = new CheckListHandler();
$this->assertCount(6, $list->runChecks());
$id = $list->runChecks();
$this->assertCount(7, $id);
}
}