You are here

public static property FormsStepsNavigationTest::$modules in Forms Steps 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FormsStepsNavigationTest.php, line 27

Class

FormsStepsNavigationTest
Class FormsStepsNavigationTest.

Namespace

Drupal\Tests\forms_steps\Functional

Code

public static $modules = [
  'node',
  'entity_test',
  'field',
  'field_ui',
  'forms_steps',
];