You are here

public static function SimpleTestDiscoveryTestCase::getInfo in Drupal 7

File

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

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Discovery of test classes',
    'description' => 'Verifies that tests classes are discovered and can be autoloaded (class_exists).',
    'group' => 'SimpleTest',
  );
}