public static property StorageTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php, line 28
Definition of Drupal\system\Tests\Form\StorageTest.

Class

StorageTest
Test the form storage on a multistep form.

Namespace

Drupal\system\Tests\Form

Code

public static $modules = array(
  'form_test',
);