You are here

public static function DoubleFieldContribTestCase::getInfo in Double Field 7.2

Information about the test.

1 call to DoubleFieldContribTestCase::getInfo()
DoubleFieldContribTestCase::setUp in tests/double_field_contrib.test
Prepare environment.

File

tests/double_field_contrib.test, line 26
Tests for Double field integration with other contrib modules.

Class

DoubleFieldContribTestCase
Test integration with contrib modules.

Code

public static function getInfo() {
  return array(
    'name' => 'Contrib integration',
    'description' => 'Test integration with contrib modules',
    'group' => DoubleFieldTestCase::GROUP,
    // Feeds requires Job schelduler and Ctools modules.
    'dependencies' => array(
      'devel_generate',
      'feeds',
      'job_scheduler',
      'ctools',
      'entity',
    ),
  );
}