You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/Views/AccessRoleUITest.php \Drupal\user\Tests\Views\AccessRoleUITest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/user/src/Tests/Views/AccessRoleUITest.php, line 33
Contains \Drupal\user\Tests\Views\AccessRoleUITest.

Class

AccessRoleUITest
Tests views role access plugin UI.

Namespace

Drupal\user\Tests\Views

Code

public static $modules = array(
  'user',
  'user_test_views',
);