public static property BlockInvalidRegionTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php \Drupal\Tests\block\Functional\BlockInvalidRegionTest::modules
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ block/ tests/ src/ Functional/ BlockInvalidRegionTest.php, line 21
Class
- BlockInvalidRegionTest
- Tests that an active block assigned to a non-existing region triggers the warning message and is disabled.
Namespace
Drupal\Tests\block\FunctionalCode
public static $modules = [
'block',
'block_test',
];