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

testQuestionUp() public method

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