You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockRenderOrderTest.php, line 25
Contains \Drupal\block\Tests\BlockRenderOrderTest.

Class

BlockRenderOrderTest
Tests blocks are being rendered in order by weight.

Namespace

Drupal\block\Tests

Code

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