function ViewsHandlerTestFileSize::getInfo

File

tests/handlers/views_handler_field_file_size.test, line 18

Class

ViewsHandlerTestFileSize
Tests the core views_handler_field_file_size handler.

Code

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