PhroznTest\Runner\CommandLine\ParserTest::testSubcommands PHP 메소드

testSubcommands() 공개 메소드

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