Neos\Flow\Tests\Unit\Core\BootstrapTest::commandIdentifiersAndCompiletimeControllerInfo PHP Method

commandIdentifiersAndCompiletimeControllerInfo() public method

    public function commandIdentifiersAndCompiletimeControllerInfo()
    {
        return [[['neos.flow:core:shell', 'neos.flow:cache:flush'], 'neos.flow:core:shell', true], [['neos.flow:core:shell', 'neos.flow:cache:flush'], 'flow:core:shell', true], [['neos.flow:core:shell', 'neos.flow:cache:flush'], 'core:shell', false], [['neos.flow:core:*', 'neos.flow:cache:flush'], 'neos.flow:core:shell', true], [['neos.flow:core:*', 'neos.flow:cache:flush'], 'flow:core:shell', true], [['neos.flow:core:shell', 'neos.flow:cache:flush'], 'neos.flow:help:help', false], [['neos.flow:core:*', 'neos.flow:cache:*'], 'flow:cache:flush', true], [['neos.flow:core:*', 'neos.flow:cache:*'], 'flow5:core:shell', false], [['neos.flow:core:*', 'neos.flow:cache:*'], 'typo3:core:shell', false]];
    }