You are here

public static function DrupalSystemListingCompatibleTestCase::getInfo in Drupal 7

File

profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test, line 17

Class

DrupalSystemListingCompatibleTestCase
Helper to verify tests in installation profile modules.

Code

public static function getInfo() {
  return array(
    'name' => 'Installation profile module tests helper',
    'description' => 'Verifies that tests in installation profile modules are found and may use another profile for running tests.',
    'group' => 'Installation profile',
  );
}