You are here

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

File

tests/views_handlers.test, line 12
Definition of ViewsHandlersTest.

Class

ViewsHandlersTest
Tests abstract handlers of views.

Code

public static function getInfo() {
  return array(
    'name' => 'Handlers test',
    'description' => 'test abstract handler definitions',
    'group' => 'Views',
  );
}