HooksExampleTest::$modules

Same name and namespace in other branches
  1. 4.0.x modules/hooks_example/tests/src/Functional/HooksExampleTest.php \Drupal\Tests\hooks_example\Functional\HooksExampleTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

modules/hooks_example/tests/src/Functional/HooksExampleTest.php, line 25

Class

HooksExampleTest
Test the functionality of the Hooks Example module.

Namespace

Drupal\Tests\hooks_example\Functional

Code

protected static $modules = [
    'help',
    'hooks_example',
];