public static function OtherInstallationProfileModuleTestsTest::getInfo

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php, line 37
Definition of Drupal\simpletest\Tests\OtherInstallationProfileModuleTestsTest.

Class

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

Namespace

Drupal\simpletest\Tests

Code

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