protected static property UserBatchActionTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Functional/UserBatchActionTest.php \Drupal\Tests\views\Functional\UserBatchActionTest::modules
- 9 core/modules/views/tests/src/Functional/UserBatchActionTest.php \Drupal\Tests\views\Functional\UserBatchActionTest::modules
Modules to install.
Type: array
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\FunctionalCode
protected static $modules = [
// @todo Remove this in https://www.drupal.org/node/3219959
'block',
'user',
'user_batch_action_test',
'views',
];