PhroznTest\Runner\CommandLineTest::testRunWithNoArgs PHP Method

testRunWithNoArgs() public method

public testRunWithNoArgs ( )
    public function testRunWithNoArgs()
    {
        $this->runner->run(array($this->phr));
        $path = dirname(__FILE__) . '/output/phr-no-params.out';
        $this->assertSame(file_get_contents($path), $this->getTempFileContents());
    }