Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait::cleanUpSecurity PHP Метод

cleanUpSecurity() публичный статический Метод

public static cleanUpSecurity ( )
    public static function cleanUpSecurity()
    {
        if (file_exists(self::$testingPolicyPathAndFilename)) {
            unlink(self::$testingPolicyPathAndFilename);
        }
    }