public static property InstallTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php, line 22
Definition of Drupal\system\Tests\Module\InstallTest.

Class

InstallTest
Unit tests for module installation.

Namespace

Drupal\system\Tests\Module

Code

public static $modules = array(
  'module_test',
);