You are here

public static property NonDefaultBlockAdminTest::$modules in Zircon Profile 8.0

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

Modules to install.

Type: array

File

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

Class

NonDefaultBlockAdminTest
Tests the block administration page for a non-default theme.

Namespace

Drupal\block\Tests

Code

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