protected static property BlockUiTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Functional/BlockUiTest.php \Drupal\Tests\block\Functional\BlockUiTest::modules
- 9 core/modules/block/tests/src/Functional/BlockUiTest.php \Drupal\Tests\block\Functional\BlockUiTest::modules
Modules to install.
Type: array
File
- core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php, line 24
Class
- BlockUiTest
- Tests that the block configuration UI exists and stores data correctly.
Namespace
Drupal\Tests\block\FunctionalCode
protected static $modules = [
'block',
'block_test',
'help',
'condition_test',
];