You are here

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

Same name and namespace in other branches
  1. 8 core/modules/user/src/Tests/UserAccountLinksTest.php \Drupal\user\Tests\UserAccountLinksTest::modules

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserAccountLinksTest.php, line 24
Contains \Drupal\user\Tests\UserAccountLinksTest.

Class

UserAccountLinksTest
Tests user-account links.

Namespace

Drupal\user\Tests

Code

public static $modules = array(
  'menu_ui',
  'block',
  'test_page_test',
);