public static property InstallationProfileModuleTestsTest::$modules

Modules to enable.

Type: array

File

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