FapiExampleTest::$modules

Same name in other branches
  1. 3.x modules/form_api_example/tests/src/Functional/FapiExampleTest.php \Drupal\Tests\form_api_example\Functional\FapiExampleTest::modules
  2. 8.x-1.x form_api_example/tests/src/Functional/FapiExampleTest.php \Drupal\Tests\form_api_example\Functional\FapiExampleTest::modules

Our module dependencies.

Type: string[]

Overrides ExamplesBrowserTestBase::$modules

File

modules/form_api_example/tests/src/Functional/FapiExampleTest.php, line 28

Class

FapiExampleTest
Ensure that the form_api_example forms work properly.

Namespace

Drupal\Tests\form_api_example\Functional

Code

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