protected static property FormTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/field/tests/src/Functional/FormTest.php \Drupal\Tests\field\Functional\FormTest::modules
- 9 core/modules/system/tests/src/Functional/Form/FormTest.php \Drupal\Tests\system\Functional\Form\FormTest::modules
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Form/FormTest.php \Drupal\Tests\system\Functional\Form\FormTest::modules
- 10 core/modules/system/tests/src/Functional/Form/FormTest.php \Drupal\Tests\system\Functional\Form\FormTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php, line 29
Class
- FormTest
- Tests various form element validation mechanisms.
Namespace
Drupal\Tests\system\Functional\FormCode
protected static $modules = [
'filter',
'form_test',
'file',
'datetime',
];