You are here

public static property ViewsAccordionTest::$modules in Views Accordion 2.0.x

Same name in this branch
  1. 2.0.x tests/src/Functional/ViewsAccordionTest.php \Drupal\Tests\views_accordion\Functional\ViewsAccordionTest::modules
  2. 2.0.x tests/src/FunctionalJavascript/ViewsAccordionTest.php \Drupal\Tests\views_accordion\FunctionalJavascript\ViewsAccordionTest::modules
Same name and namespace in other branches
  1. 8 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 22

Class

ViewsAccordionTest
Functional tests for the Views Accordion module.

Namespace

Drupal\Tests\views_accordion\Functional

Code

public static $modules = [
  'views_accordion_test',
  'views_ui',
];