PhpBrew\Testing\CommandTestCase::setupApplication PHP Method

setupApplication() public method

public setupApplication ( )
    public function setupApplication()
    {
        $console = Console::getInstance();
        $console->getLogger()->setQuiet();
        $console->getFormatter()->preferRawOutput();
        return $console;
    }