protected static property SectionSelectionTest::$modules in Layout Builder UX 8
Same name in this branch
- 8 tests/src/Functional/SectionSelectionTest.php \Drupal\Tests\lb_ux\Functional\SectionSelectionTest::modules
- 8 tests/src/FunctionalJavascript/SectionSelectionTest.php \Drupal\Tests\lb_ux\FunctionalJavascript\SectionSelectionTest::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/ FunctionalJavascript/ SectionSelectionTest.php, line 18
Class
- SectionSelectionTest
- Tests the section selection UI.
Namespace
Drupal\Tests\lb_ux\FunctionalJavascriptCode
protected static $modules = [
'lb_ux',
'node',
'lb_ux_test',
];