You are here

public static property BulkFormTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

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

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