mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 13:14:52 +08:00
remove redundant Console setlevel
This commit is contained in:
parent
0cb3308dd1
commit
d9302a3120
@ -17,7 +17,6 @@ class EventMapIteratorTest extends TestCase
|
||||
{
|
||||
public function testIterator(): void
|
||||
{
|
||||
Console::setLevel(4);
|
||||
$iterator = new EventMapIterator(Hello::class, 'randNum', CommandArgument::class);
|
||||
$arr = iterator_to_array($iterator);
|
||||
$this->assertArrayNotHasKey(0, $arr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user