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