public static property UserSearchTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'search',
);