public static property BlockStorageUnitTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/Tests/BlockStorageUnitTest.php \Drupal\block\Tests\BlockStorageUnitTest::modules
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ block/ src/ Tests/ BlockStorageUnitTest.php, line 29 - Contains \Drupal\block\Tests\BlockStorageUnitTest.
Class
- BlockStorageUnitTest
- Tests the storage of blocks.
Namespace
Drupal\block\TestsCode
public static $modules = array(
'block',
'block_test',
);