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

testSubcommands() public method

public testSubcommands ( )
    public function testSubcommands()
    {
        $this->subcommand('init');
        $this->subcommand('clobber');
        $this->subcommand('up');
        $this->subcommand('help');
    }