protected static property BulkFormTest::$modules in Drupal 10
Same name in this branch
- 10 core/modules/views/tests/src/Functional/BulkFormTest.php \Drupal\Tests\views\Functional\BulkFormTest::modules
- 10 core/modules/node/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\node\Functional\Views\BulkFormTest::modules
- 10 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::modules
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::modules
- 9 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::modules
Modules to enable.
Type: array
Overrides UserTestBase::$modules
File
- core/
modules/ user/ tests/ src/ Functional/ Views/ BulkFormTest.php, line 22
Class
- BulkFormTest
- Tests a user bulk form.
Namespace
Drupal\Tests\user\Functional\ViewsCode
protected static $modules = [
'views_ui',
];