public static property BricksTest::$modules in Bricks 8
Same name in this branch
- 8 tests/src/Functional/BricksTest.php \Drupal\Tests\bricks\Functional\BricksTest::modules
- 8 tests/src/Kernel/BricksTest.php \Drupal\Tests\bricks\Kernel\BricksTest::modules
Same name and namespace in other branches
- 2.x 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\FunctionalCode
public static $modules = [
'field_ui',
'block',
'node',
'taxonomy',
'bricks',
];