From d9302a3120c969c8896c5a48b375a8a7a6dec211 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 4 May 2022 22:44:21 +0800 Subject: [PATCH] remove redundant Console setlevel --- tests/ZM/Event/EventMapIteratorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ZM/Event/EventMapIteratorTest.php b/tests/ZM/Event/EventMapIteratorTest.php index f3039fc9..0bb2d82d 100644 --- a/tests/ZM/Event/EventMapIteratorTest.php +++ b/tests/ZM/Event/EventMapIteratorTest.php @@ -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);