public static function SimpleTestOtherInstallationProfileModuleTestsTestCase::getInfo

File

drupal/modules/simpletest/simpletest.test, line 683
Tests for simpletest.module.

Class

SimpleTestOtherInstallationProfileModuleTestsTestCase
Verifies that tests in other installation profiles are not found.

Code

public static function getInfo() {
  return array(
    'name' => 'Other Installation profiles',
    'description' => 'Verifies that tests in other installation profiles are not found.',
    'group' => 'SimpleTest',
  );
}