You are here

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

File

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

Class

viewsFieldApiDataTest
Test the produced views_data.

Code

public static function getInfo() {
  return array(
    'name' => 'Fieldapi: Views Data',
    'description' => 'Tests the fieldapi views data.',
    'group' => 'Views Modules',
  );
}