You are here

protected static property UserBatchActionTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/UserBatchActionTest.php \Drupal\Tests\views\Functional\UserBatchActionTest::modules
  2. 10 core/modules/views/tests/src/Functional/UserBatchActionTest.php \Drupal\Tests\views\Functional\UserBatchActionTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/views/tests/src/Functional/UserBatchActionTest.php, line 20

Class

UserBatchActionTest
Tests the views bulk form with batch action.

Namespace

Drupal\Tests\views\Functional

Code

protected static $modules = [
  'user',
  'user_batch_action_test',
  'views',
];