You are here

public static function DraftyFieldCollectionTest::getInfo in Drafty 7

Define this test's meta data.

File

tests/DraftyFieldCollectionTest.test, line 11

Class

DraftyFieldCollectionTest
Test drafty revision support with field collections.

Code

public static function getInfo() {
  return array(
    'name' => 'Drafty field collection',
    'description' => 'Test revision manipulation with field collections.',
    'group' => 'Drafty',
    'dependencies' => array(
      'field_collection',
    ),
  );
}