You are here

protected static property BulkFormTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/views/tests/src/Functional/BulkFormTest.php \Drupal\Tests\views\Functional\BulkFormTest::modules
  2. 10 core/modules/node/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\node\Functional\Views\BulkFormTest::modules
  3. 10 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::modules
Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/BulkFormTest.php \Drupal\Tests\views\Functional\BulkFormTest::modules
  2. 9 core/modules/views/tests/src/Functional/BulkFormTest.php \Drupal\Tests\views\Functional\BulkFormTest::modules

Modules to install.

Type: array

File

core/modules/views/tests/src/Functional/BulkFormTest.php, line 22

Class

BulkFormTest
Tests the views bulk form test.

Namespace

Drupal\Tests\views\Functional

Code

protected static $modules = [
  'node',
  'action_bulk_test',
];