mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
fix phpunit
This commit is contained in:
@@ -16,6 +16,7 @@ final class CheckListHandlerTest extends TestCase
|
||||
{
|
||||
$list = new CheckListHandler();
|
||||
|
||||
$this->assertCount(6, $list->runChecks());
|
||||
$id = $list->runChecks();
|
||||
$this->assertCount(7, $id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user