You are here

public static property BlockContentContextualLinksTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php \Drupal\Tests\block_content\Functional\BlockContentContextualLinksTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php, line 15

Class

BlockContentContextualLinksTest
Tests views contextual links on block content.

Namespace

Drupal\Tests\block_content\Functional

Code

public static $modules = [
  'contextual',
];