You are here

public static function viewsHandlerFieldFieldTest::getInfo in Views (for Drupal 7) 7.3

File

tests/field/views_fieldapi.test, line 283
Tests the fieldapi integration of viewsdata.

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',
  );
}