Returns the output buffering settings for a test.
@since Method available since Release 3.4.0
string $className:
string $methodName:
boolean
public static function getOutputBufferingSettings($className, $methodName) {
return self::getBooleanAnnotationSetting($className, $methodName, 'outputBuffering');
}