You are here

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

Modules to enable.

Type: array

File

tests/src/Kernel/KernelTestBase.php, line 19

Class

KernelTestBase
Defines an abstract test base for kernel tests.

Namespace

Drupal\Tests\forms_steps\Kernel

Code

public static $modules = [
  'forms_steps',
  'user',
];