public static property TestingExampleMenuTest::$modules in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/testing_example/tests/src/Functional/TestingExampleMenuTest.php \Drupal\Tests\testing_example\Functional\TestingExampleMenuTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
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\FunctionalCode
public static $modules = [
'testing_example',
];