function ViewsHandlerTestXss::getInfo

File

tests/handlers/views_handler_field_xss.test, line 18

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',
    );
}