public static property OtherInstallationProfileModuleTestsTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php, line 24
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 $modules = array(
  'simpletest',
);