You are here

protected static property BlockRenderOrderTest::$modules in Drupal 10

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

Modules to install.

Type: array

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

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