fix phpunit

This commit is contained in:
crazywhalecc
2023-10-15 13:25:26 +08:00
committed by Jerry Ma
parent 84d1c789bd
commit 24c946d687

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);
}
}