PhroznTest\Runner\CommandLine\ParserTest::testParser PHP Method

testParser() public method

public testParser ( )
    public function testParser()
    {
        $parser = new Parser($this->paths);
        $this->assertTrue(isset($parser->name));
        $this->assertTrue(isset($parser->description));
        $this->assertTrue(isset($parser->options));
        $this->assertTrue(isset($parser->version));
        $this->assertTrue(isset($parser->commands));
    }