public static property StorageTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/views_ui/src/Tests/StorageTest.php \Drupal\views_ui\Tests\StorageTest::modules
- 8 core/modules/system/src/Tests/Form/StorageTest.php \Drupal\system\Tests\Form\StorageTest::modules
Same name and namespace in other branches
- 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\FormCode
public static $modules = array(
'form_test',
'dblog',
);