You are here

public static property TaxonomyLegacyTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php, line 24

Class

TaxonomyLegacyTest
Tests legacy user functionality.

Namespace

Drupal\Tests\taxonomy\Kernel

Code

public static $modules = [
  'filter',
  'taxonomy',
  'text',
  'user',
];