function ViewsHandlersTest::getInfo
File
-
tests/
views_handlers.test, line 16
Class
- ViewsHandlersTest
- Tests abstract handlers of views.
Code
public static function getInfo() {
return array(
'name' => 'Handlers test',
'description' => 'test abstract handler definitions',
'group' => 'Views',
);
}