You are here

protected static property TermContextualLinksTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php \Drupal\Tests\taxonomy\Functional\TermContextualLinksTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php, line 15

Class

TermContextualLinksTest
Tests views contextual links on terms.

Namespace

Drupal\Tests\taxonomy\Functional

Code

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