public static property FormTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/field/src/Tests/FormTest.php \Drupal\field\Tests\FormTest::modules
- 8 core/modules/system/src/Tests/Form/FormTest.php \Drupal\system\Tests\Form\FormTest::modules
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Form/FormTest.php \Drupal\system\Tests\Form\FormTest::modules
Modules to enable.
Type: array
File
- core/
modules/ system/ src/ Tests/ Form/ FormTest.php, line 32 - Contains \Drupal\system\Tests\Form\FormTest.
Class
- FormTest
- Tests various form element validation mechanisms.
Namespace
Drupal\system\Tests\FormCode
public static $modules = array(
'filter',
'form_test',
'file',
'datetime',
);