You are here

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

File

tests/handlers/views_handler_field_custom.test, line 12
Definition of ViewsHandlerFieldCustomTest.

Class

ViewsHandlerFieldCustomTest
Tests the core views_handler_field_custom handler.

Code

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