You are here

public static function BmTestCtools::getInfo in Backup and Migrate 7.3

Define this test class.

File

tests/BmTestCtools.test, line 16
Test extended functionality as provided by Ctools.

Class

BmTestCtools
Class for testing CTools' extended functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'CTools tests',
    'description' => 'Test integration with the CTools module.',
    'group' => 'backup_migrate',
    'dependencies' => array(
      'ctools',
    ),
  );
}