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