fix phpunit

This commit is contained in:
crazywhalecc 2023-10-15 13:25:26 +08:00
parent 147c3ee499
commit ccd0123383
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

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