Neos\Flow\Tests\Unit\Cli\CommandTest::commandIdentifiers PHP 메소드

commandIdentifiers() 공개 메소드

public commandIdentifiers ( ) : array
리턴 array
    public function commandIdentifiers()
    {
        return [[CacheCommandController::class, 'flush', 'neos.flow:cache:flush'], ['RobertLemke\\Foo\\Faa\\Fuuum\\Command\\CoffeeCommandController', 'brew', 'robertlemke.foo.faa.fuuum:coffee:brew'], ['SomePackage\\Command\\CookieCommandController', 'bake', 'somepackage:cookie:bake']];
    }