mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
fix phpunit
This commit is contained in:
parent
147c3ee499
commit
ccd0123383
@ -16,6 +16,7 @@ final class CheckListHandlerTest extends TestCase
|
||||
{
|
||||
$list = new CheckListHandler();
|
||||
|
||||
$this->assertCount(6, $list->runChecks());
|
||||
$id = $list->runChecks();
|
||||
$this->assertCount(7, $id);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user