You are here

protected static property ViewsBulkTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php, line 26

Class

ViewsBulkTest
Tests views bulk operation selection.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

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