function RequestSanitizerTest::getInfo
File
-
modules/
simpletest/ tests/ request_sanitizer.test, line 23
Class
- RequestSanitizerTest
- Tests DrupalRequestSanitizer class.
Code
public static function getInfo() {
return array(
'name' => 'DrupalRequestSanitizer',
'description' => 'Test the DrupalRequestSanitizer class',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.