Tester\Environment::removeOutputBuffers PHP Method

removeOutputBuffers() private static method

private static removeOutputBuffers ( )
    private static function removeOutputBuffers()
    {
        while (ob_get_level() > self::$obLevel && @ob_end_flush()) {
        }
        // @ may be not removable
    }