You are here

public static property BulkFormTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/action/src/Tests/BulkFormTest.php \Drupal\action\Tests\BulkFormTest::modules
  2. 8 core/modules/node/src/Tests/Views/BulkFormTest.php \Drupal\node\Tests\Views\BulkFormTest::modules
  3. 8 core/modules/user/src/Tests/Views/BulkFormTest.php \Drupal\user\Tests\Views\BulkFormTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/Views/BulkFormTest.php \Drupal\node\Tests\Views\BulkFormTest::modules

Modules to be enabled.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/src/Tests/Views/BulkFormTest.php, line 27
Contains \Drupal\node\Tests\Views\BulkFormTest.

Class

BulkFormTest
Tests a node bulk form.

Namespace

Drupal\node\Tests\Views

Code

public static $modules = array(
  'node_test_views',
  'language',
);