public static property BlockPlaceTest::$modules in Drupal 8
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ block_place/ tests/ src/ Functional/ BlockPlaceTest.php, line 21
Class
- BlockPlaceTest
- Tests the placing a block.
Namespace
Drupal\Tests\block_place\FunctionalCode
public static $modules = [
'block',
'block_place',
'toolbar',
];