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