You are here

public static property BlockRenderOrderTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block/tests/src/Functional/BlockRenderOrderTest.php \Drupal\Tests\block\Functional\BlockRenderOrderTest::modules
  2. 10 core/modules/block/tests/src/Functional/BlockRenderOrderTest.php \Drupal\Tests\block\Functional\BlockRenderOrderTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockRenderOrderTest.php, line 20

Class

BlockRenderOrderTest
Tests blocks are being rendered in order by weight.

Namespace

Drupal\Tests\block\Functional

Code

public static $modules = [
  'node',
  'block',
];