Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait::iAmNotAuthenticated PHP 메소드

iAmNotAuthenticated() 공개 메소드

public iAmNotAuthenticated ( )
    public function iAmNotAuthenticated()
    {
        if ($this->isolated === true) {
            $this->callStepInSubProcess(__METHOD__);
        } else {
            $this->setupSecurity();
        }
    }