You are here

public static property StorageTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/StorageTest.php \Drupal\views_ui\Tests\StorageTest::modules
  2. 8 core/modules/system/src/Tests/Form/StorageTest.php \Drupal\system\Tests\Form\StorageTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Form/StorageTest.php \Drupal\system\Tests\Form\StorageTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/StorageTest.php, line 31
Contains \Drupal\system\Tests\Form\StorageTest.

Class

StorageTest
Tests a multistep form using form storage and makes sure validation and caching works right.

Namespace

Drupal\system\Tests\Form

Code

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