public static property BlockHiddenRegionTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/Tests/BlockHiddenRegionTest.php \Drupal\block\Tests\BlockHiddenRegionTest::modules
Modules to install.
Type: array
File
- core/
modules/ block/ src/ Tests/ BlockHiddenRegionTest.php, line 30 - Contains \Drupal\block\Tests\BlockHiddenRegionTest.
Class
- BlockHiddenRegionTest
- Tests that a newly installed theme does not inherit blocks to its hidden regions.
Namespace
Drupal\block\TestsCode
public static $modules = array(
'block',
'block_test',
'search',
);