You are here

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

FormsStepsTest
Tests for the Forms Steps module.

Namespace

Drupal\Tests\forms_steps\Functional

Code

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