public static function ViewsHandlerTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
handlers/ views_handlers.test, line 15 - Definition of ViewsHandlerTest.
Class
- ViewsHandlerTest
- Tests generic handler functionality.
Code
public static function getInfo() {
return array(
'name' => 'Handlers',
'description' => 'Tests generic handler functionality.',
'group' => 'Views Handlers',
);
}