You are here

public static property MultiFormExampleTest::$modules in Multiple forms 8

Modules to enable.

Type: array

File

multiform_example/src/Tests/MultiFormExampleTest.php, line 24
Definition of Drupal\multiform\Tests\MultiFormExampleTest.

Class

MultiFormExampleTest
Creates a multiform test interface.

Namespace

Drupal\multiform_example\Tests

Code

public static $modules = array(
  'multiform_example',
  'multiform',
);