Neos\Flow\Security\Authorization\TestingPrivilegeManager::reset PHP Method

reset() public method

Resets the AccessDecisionManager to behave transparently.
public reset ( ) : void
return void
    public function reset()
    {
        $this->overrideDecision = null;
    }