You are here

public static property TestingExampleMenuTest::$modules in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 testing_example/tests/src/Functional/TestingExampleMenuTest.php \Drupal\Tests\testing_example\Functional\TestingExampleMenuTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/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',
];