public static function InstallationProfileModuleTestsTest::getInfo

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php, line 38
Definition of Drupal\simpletest\Tests\InstallationProfileModuleTestsTest.

Class

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

Namespace

Drupal\simpletest\Tests

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',
  );
}