protected static property ProgrammaticTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php \Drupal\Tests\system\Kernel\Form\ProgrammaticTest::modules
- 10 core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php \Drupal\Tests\system\Kernel\Form\ProgrammaticTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Kernel/ Form/ ProgrammaticTest.php, line 21
Class
- ProgrammaticTest
- Tests the programmatic form submission behavior.
Namespace
Drupal\Tests\system\Kernel\FormCode
protected static $modules = [
'form_test',
];