mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
fix doctor phpunit test
This commit is contained in:
parent
99150e2cef
commit
5934e5e881
@ -17,6 +17,8 @@ final class CheckListHandlerTest extends TestCase
|
||||
$list = new CheckListHandler();
|
||||
|
||||
$id = $list->runChecks();
|
||||
$this->assertCount(7, $id);
|
||||
foreach ($id as $item) {
|
||||
$this->assertInstanceOf('SPC\doctor\AsCheckItem', $item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user