You are here

public static property TaxonomyTermDeriverTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/taxonomy/tests/src/Kernel/Migrate/TaxonomyTermDeriverTest.php, line 14

Class

TaxonomyTermDeriverTest
Tests d7 taxonomy term deriver.

Namespace

Drupal\Tests\taxonomy\Kernel\Migrate

Code

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