You are here

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

Same name in this branch
  1. 8 core/modules/node/src/Tests/Views/BulkFormAccessTest.php \Drupal\node\Tests\Views\BulkFormAccessTest::modules
  2. 8 core/modules/user/src/Tests/Views/BulkFormAccessTest.php \Drupal\user\Tests\Views\BulkFormAccessTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/Views/BulkFormAccessTest.php \Drupal\user\Tests\Views\BulkFormAccessTest::modules

Modules to enable.

Type: array

Overrides UserTestBase::$modules

File

core/modules/user/src/Tests/Views/BulkFormAccessTest.php, line 26
Contains \Drupal\user\Tests\Views\BulkFormAccessTest.

Class

BulkFormAccessTest
Tests if entity access is respected on a user bulk form.

Namespace

Drupal\user\Tests\Views

Code

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