Neos\Flow\Tests\Unit\Core\ApplicationContextTest::allowedContexts PHP Method

allowedContexts() public method

Data provider with allowed contexts.
public allowedContexts ( ) : array
return array
    public function allowedContexts()
    {
        return [['Production'], ['Testing'], ['Development'], ['Development/MyLocalComputer'], ['Development/MyLocalComputer/Foo'], ['Production/SpecialDeployment/LiveSystem']];
    }