You are here

public static function FieldCollectionBasicTestCase::getInfo in Field collection 7

File

./field_collection.test, line 16
Tests for field_collections.

Class

FieldCollectionBasicTestCase
Test basics.

Code

public static function getInfo() {
  return array(
    'name' => 'Field collection',
    'description' => 'Tests creating and using field collections.',
    'group' => 'Field types',
  );
}