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

testQuestionInit() public method

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