TestingExampleMenuTest::$modules

Same name in other branches
  1. 3.x modules/testing_example/tests/src/Functional/TestingExampleMenuTest.php \Drupal\Tests\testing_example\Functional\TestingExampleMenuTest::modules
  2. 4.0.x modules/testing_example/tests/src/Functional/TestingExampleMenuTest.php \Drupal\Tests\testing_example\Functional\TestingExampleMenuTest::modules

Modules to enable.

Type: array

File

testing_example/tests/src/Functional/TestingExampleMenuTest.php, line 30

Class

TestingExampleMenuTest
Test the user-facing menus in Testing Example.

Namespace

Drupal\Tests\testing_example\Functional

Code

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