function ViewsHandlerFieldCustomTest::getInfo

File

tests/handlers/views_handler_field_custom.test, line 16

Class

ViewsHandlerFieldCustomTest
Tests the core views_handler_field_custom handler.

Code

public static function getInfo() {
    return array(
        'name' => 'Field: Custom',
        'description' => 'Test the core views_handler_field_custom handler.',
        'group' => 'Views Handlers',
    );
}