expectOutputRegex('/Initializing\ Terminal/'); } /** * @throws Throwable */ public function testExecuteCommand() { Console::setLevel(2); Terminal::executeCommand('echo zhamao-framework'); Console::setLevel(0); $this->expectOutputRegex('/zhamao-framework/'); } }