MultistepFormTest::$modules

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

Type: modules

Overrides BrowserTestBase::$modules

File

modules/form_api_example/tests/src/Functional/MultistepFormTest.php, line 24

Class

MultistepFormTest
Tests the Multistep FAPI Example.

Namespace

Drupal\Tests\form_api_example\Functional

Code

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