You are here

public static property BulkFormTest::$modules in Override Node Options 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/BulkFormTest.php \Drupal\Tests\override_node_options\Functional\BulkFormTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/BulkFormTest.php, line 22

Class

BulkFormTest
Functional test for override_node_options bulk form operations.

Namespace

Drupal\Tests\override_node_options\Functional

Code

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