You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/block/src/Tests/BlockAdminThemeTest.php \Drupal\block\Tests\BlockAdminThemeTest::modules

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockAdminThemeTest.php, line 24
Contains \Drupal\block\Tests\BlockAdminThemeTest.

Class

BlockAdminThemeTest
Tests the block system with admin themes.

Namespace

Drupal\block\Tests

Code

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