You are here

public static property AdminTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/System/AdminTest.php \Drupal\system\Tests\System\AdminTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/AdminTest.php, line 39
Contains \Drupal\system\Tests\System\AdminTest.

Class

AdminTest
Tests output on administrative pages and compact mode functionality.

Namespace

Drupal\system\Tests\System

Code

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