You are here

static function PatternsFieldTestCase::getInfo in Patterns 7

Same name and namespace in other branches
  1. 7.2 tests/field/field.test \PatternsFieldTestCase::getInfo()

File

tests/field/field.test, line 12
SimpleTests for the Field component of Patterns.

Class

PatternsFieldTestCase
@file SimpleTests for the Field component of Patterns.

Code

static function getInfo() {
  return array(
    'name' => 'Field component with date',
    'description' => 'Create/Delete a Field, Define extra settings for Instances or field',
    'group' => 'Patterns',
  );
}