StackFormation\Tests\ValueResolverTest::testStackNotFoundProvider PHP 메소드

testStackNotFoundProvider() 공개 메소드

public testStackNotFoundProvider ( ) : array
리턴 array
    public function testStackNotFoundProvider()
    {
        return [['{output:stackthatdoesnotexist:any}'], ['{parameter:stackthatdoesnotexist:any}'], ['{resource:stackthatdoesnotexist:any}']];
    }