BlockContextualLinksTest::$modules

Same name and namespace in other branches
  1. 10 core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php \Drupal\Tests\block\FunctionalJavascript\BlockContextualLinksTest::modules
  2. 11.x core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php \Drupal\Tests\block\FunctionalJavascript\BlockContextualLinksTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php, line 17

Class

BlockContextualLinksTest
Tests the contextual links added while rendering the block.

Namespace

Drupal\Tests\block\FunctionalJavascript

Code

protected static $modules = [
    'user',
    'block',
    'contextual',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.