You are here

public static property BricksTest::$modules in Bricks​ 2.x

Same name in this branch
  1. 2.x tests/src/Functional/BricksTest.php \Drupal\Tests\bricks\Functional\BricksTest::modules
  2. 2.x tests/src/Kernel/BricksTest.php \Drupal\Tests\bricks\Kernel\BricksTest::modules
Same name and namespace in other branches
  1. 8 tests/src/Functional/BricksTest.php \Drupal\Tests\bricks\Functional\BricksTest::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/BricksTest.php, line 22

Class

BricksTest
Class BricksTest

Namespace

Drupal\Tests\bricks\Functional

Code

public static $modules = [
  'field_ui',
  'block',
  'node',
  'taxonomy',
  'bricks',
];