You are here

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

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserSearchTest.php, line 25
Contains \Drupal\user\Tests\UserSearchTest.

Class

UserSearchTest
Tests the user search page and verifies that sensitive information is hidden from unauthorized users.

Namespace

Drupal\user\Tests

Code

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