public static function ViewsHandlerTestXss::getInfo

3.x views_handler_field_xss.test public static ViewsHandlerTestXss::getInfo()

File

tests/handlers/views_handler_field_xss.test, line 14
Definition of ViewsHandlerTestXss.

Class

ViewsHandlerTestXss
Tests the core views_handler_field_css handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Xss',
    'description' => 'Test the core views_handler_field_css handler.',
    'group' => 'Views Handlers',
  );
}