public static property BlockInvalidRegionTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/Tests/BlockInvalidRegionTest.php \Drupal\block\Tests\BlockInvalidRegionTest::modules
Modules to install.
Type: array
File
- core/
modules/ block/ src/ Tests/ BlockInvalidRegionTest.php, line 26 - Contains \Drupal\block\Tests\BlockInvalidRegionTest.
Class
- BlockInvalidRegionTest
- Tests that an active block assigned to a non-existing region triggers the warning message and is disabled.
Namespace
Drupal\block\TestsCode
public static $modules = array(
'block',
'block_test',
);