function ViewsHandlerFieldTest::getInfo
File
-
tests/
handlers/ views_handler_field.test, line 18
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',
);
}