You are here

public static function dsFieldsTests::getInfo in Display Suite 7

Same name and namespace in other branches
  1. 7.2 tests/ds.base.test \dsFieldsTests::getInfo()

Implements getInfo().

File

tests/ds.base.test, line 196
Base functions and tests for Display Suite.

Class

dsFieldsTests
Test managing of custom fields.

Code

public static function getInfo() {
  return array(
    'name' => t('Fields'),
    'description' => t('Tests for managing custom code, dynamic, preprocess and block fields.'),
    'group' => t('Display suite'),
  );
}