You are here

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

File

tests/handlers/views_handler_field.test, line 18
Definition of ViewsHandlerFieldTest.

Class

ViewsHandlerFieldTest
Tests the generic field handler.

Code

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