You are here

public static function Drafty1992010Test::getInfo in Drafty 7

Define this test's meta data.

File

modules/drafty_1992010/Drafty1992010Test.test, line 16

Class

Drafty1992010Test
Test draft revisions with entity translation.

Code

public static function getInfo() {
  return array(
    'name' => 'Drafty Entity Translation #1992010',
    'description' => 'Tests for the existence of the core bug this module works around',
    'group' => 'Drafty',
    'dependencies' => array(
      'entity_translation',
    ),
  );
}