PHPUnitExampleMenuTest::$modules

Modules to enable.

Type: array

File

modules/testing_example/tests/src/Functional/PHPUnitExampleMenuTest.php, line 31

Class

PHPUnitExampleMenuTest
Test the user-facing menus in PHPUnit Example.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected static $modules = [
  'testing_example',
];