public static property ViewsAccordionTest::$modules in Views Accordion 8
Same name in this branch
- 8 tests/src/Functional/ViewsAccordionTest.php \Drupal\Tests\views_accordion\Functional\ViewsAccordionTest::modules
- 8 tests/src/FunctionalJavascript/ViewsAccordionTest.php \Drupal\Tests\views_accordion\FunctionalJavascript\ViewsAccordionTest::modules
Same name and namespace in other branches
- 2.0.x tests/src/Functional/ViewsAccordionTest.php \Drupal\Tests\views_accordion\Functional\ViewsAccordionTest::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/ ViewsAccordionTest.php, line 17
Class
- ViewsAccordionTest
- Functional tests for the Views Accordion module.
Namespace
Drupal\Tests\views_accordion\FunctionalCode
public static $modules = [
'views_accordion_test',
'views_ui',
];