Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait::iAmNotAuthenticated PHP Méthode

iAmNotAuthenticated() public méthode

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