You are here

public static property InstallationProfileModuleTestsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php \Drupal\simpletest\Tests\InstallationProfileModuleTestsTest::modules

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php, line 24
Contains \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',
);