You are here

public static property BlockSystemBrandingTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Tests

Code

public static $modules = array(
  'block',
  'system',
);