protected static property RebuildTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/system/tests/src/Functional/Form/RebuildTest.php \Drupal\Tests\system\Functional\Form\RebuildTest::modules
- 9 core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php \Drupal\Tests\system\FunctionalJavascript\Form\RebuildTest::modules
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Form/RebuildTest.php \Drupal\Tests\system\Functional\Form\RebuildTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Form/ RebuildTest.php, line 19
Class
- RebuildTest
- Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
Namespace
Drupal\Tests\system\Functional\FormCode
protected static $modules = [
'node',
'form_test',
];