You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Module/InstallTest.php \Drupal\system\Tests\Module\InstallTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Module/InstallTest.php, line 25
Contains \Drupal\system\Tests\Module\InstallTest.

Class

InstallTest
Tests the installation of modules.

Namespace

Drupal\system\Tests\Module

Code

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