You are here

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

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

Modules to install.

Type: array

File

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

Class

BlockTemplateSuggestionsTest
Tests the block_theme_suggestions_block() function.

Namespace

Drupal\block\Tests

Code

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