You are here

public static function SimpleTestInstallationProfileModuleTestsTestCase::getInfo in Drupal 7

File

modules/simpletest/simpletest.test, line 642
Tests for simpletest.module.

Class

SimpleTestInstallationProfileModuleTestsTestCase
Verifies that tests bundled with installation profile modules are found.

Code

public static function getInfo() {
  return array(
    'name' => 'Installation profile module tests',
    'description' => 'Verifies that tests bundled with installation profile modules are found.',
    'group' => 'SimpleTest',
  );
}