You are here

public static function DraftyTitleTestCase::getInfo in Drafty 7

Define this test's meta data.

File

tests/DraftyTitleTestCase.test, line 11

Class

DraftyTitleTestCase
Tests for legacy field replacement.

Code

public static function getInfo() {
  return array(
    'name' => 'Drafty with title translation',
    'description' => 'Test replaced field translation.',
    'group' => 'Drafty',
    'dependencies' => array(
      'title',
      'entity_translation',
    ),
  );
}