function ViewsHandlerFieldBooleanTest::getInfo
File
-
tests/
handlers/ views_handler_field_boolean.test, line 16
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',
);
}