Tester\Environment::removeOutputBuffers PHP 메소드

removeOutputBuffers() 개인적인 정적인 메소드

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