PhroznTest\Runner\CommandLine\Callback\HelpTest::testQuestionClobber PHP Method

testQuestionClobber() public method

public testQuestionClobber ( )
    public function testQuestionClobber()
    {
        $out = $this->outputter;
        $config = $this->getConfigData('clobber');
        $result = $this->getParseResult("phr ? clobber");
        $this->runner->setOutputter($out)->setParseResult($result)->execute();
        $out->assertInLogs($config['name']);
        $out->assertInLogs($config['summary']);
    }