function viewsHandlerFieldFieldTest::getInfo

File

tests/field/views_fieldapi.test, line 295

Class

viewsHandlerFieldFieldTest
Tests the field_field handler.

Code

public static function getInfo() {
    return array(
        'name' => 'Fieldapi: Field handler',
        'description' => 'Tests the field itself of the fieldapi integration',
        'group' => 'Views Modules',
    );
}