You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockTestBase.php, line 22
Contains \Drupal\block\Tests\BlockTestBase.

Class

BlockTestBase
Provides setup and helper methods for block module tests.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'block',
  'filter',
  'test_page_test',
  'help',
  'block_test',
);