You are here

public static property ExamplesTest::$modules in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x tests/src/Functional/ExamplesTest.php \Drupal\Tests\examples\Functional\ExamplesTest::modules

Modules to install.

Type: array

Overrides ExamplesBrowserTestBase::$modules

File

tests/src/Functional/ExamplesTest.php, line 27

Class

ExamplesTest
Minimal test case for the examples module.

Namespace

Drupal\Tests\examples\Functional

Code

public static $modules = [
  'examples',
  'toolbar',
];