You are here

public static function ViewsHandlerTestFileSize::getInfo in Views (for Drupal 7) 7.3

File

tests/handlers/views_handler_field_file_size.test, line 14
Definition of ViewsHandlerTestFileSize.

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