FapiExampleTest::$modules
Same name in other branches
- 4.0.x modules/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\FunctionalCode
protected static $modules = [
'form_api_example',
];