protected static property BlockStorageUnitTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php \Drupal\Tests\block\Kernel\BlockStorageUnitTest::modules
- 10 core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php \Drupal\Tests\block\Kernel\BlockStorageUnitTest::modules
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ block/ tests/ src/ Kernel/ BlockStorageUnitTest.php, line 24
Class
- BlockStorageUnitTest
- Tests the storage of blocks.
Namespace
Drupal\Tests\block\KernelCode
protected static $modules = [
'block',
'block_test',
'system',
];