StackFormation\Tests\ValueResolverTest::testStackNotFoundProvider PHP Метод

testStackNotFoundProvider() публичный Метод

public testStackNotFoundProvider ( ) : array
Результат array
    public function testStackNotFoundProvider()
    {
        return [['{output:stackthatdoesnotexist:any}'], ['{parameter:stackthatdoesnotexist:any}'], ['{resource:stackthatdoesnotexist:any}']];
    }