You are here

protected static property BlockContextualLinksTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php \Drupal\Tests\block\FunctionalJavascript\BlockContextualLinksTest::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',
];