You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Module/UninstallTest.php, line 27
Contains \Drupal\system\Tests\Module\UninstallTest.

Class

UninstallTest
Tests the uninstallation of modules.

Namespace

Drupal\system\Tests\Module

Code

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