public static property BlockSystemBrandingTest::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/block/src/Tests/BlockSystemBrandingTest.php \Drupal\block\Tests\BlockSystemBrandingTest::modules
Modules to install.
Type: array
Overrides BlockTestBase::$modules
File
- core/
modules/ block/ src/ Tests/ BlockSystemBrandingTest.php, line 22 - Contains \Drupal\block\Tests\BlockSystemBrandingTest.
Class
- BlockSystemBrandingTest
- Tests branding block display.
Namespace
Drupal\block\TestsCode
public static $modules = array(
'block',
'system',
);