You are here

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

File

tests/handlers/views_handler_field_boolean.test, line 12
Definition of ViewsHandlerFieldBooleanTest.

Class

ViewsHandlerFieldBooleanTest
Tests the core views_handler_field_boolean handler.

Code

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