diff --git a/tests/ZM/Config/ZMConfigTest.php b/tests/ZM/Config/ZMConfigTest.php index 782a7f85..477c286c 100644 --- a/tests/ZM/Config/ZMConfigTest.php +++ b/tests/ZM/Config/ZMConfigTest.php @@ -48,6 +48,7 @@ class ZMConfigTest extends TestCase */ public function testReload() { + $this->markTestIncomplete('logger level change in need'); $this->expectOutputRegex('/没读取过,正在从文件加载/'); $this->assertEquals('0.0.0.0', ZMConfig::get('global.host')); ZMConfig::reload(); diff --git a/tests/ZM/Utils/TerminalTest.php b/tests/ZM/Utils/TerminalTest.php index cac5ff94..22273213 100644 --- a/tests/ZM/Utils/TerminalTest.php +++ b/tests/ZM/Utils/TerminalTest.php @@ -16,6 +16,7 @@ class TerminalTest extends TestCase { public function testInit() { + $this->markTestIncomplete('logger level change in need'); Console::setLevel(4); Terminal::init(); Console::setLevel(0); @@ -27,6 +28,7 @@ class TerminalTest extends TestCase */ public function testExecuteCommand() { + $this->markTestIncomplete('logger level change in need'); Console::setLevel(2); Terminal::executeCommand('echo zhamao-framework'); Console::setLevel(0);