You are here

protected static property TermHierarchyValidationTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php, line 20

Class

TermHierarchyValidationTest
Tests handling of pending revisions.

Namespace

Drupal\Tests\taxonomy\Kernel

Code

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