You are here

protected static property TaxonomyTermDeriverTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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 16

Class

TaxonomyTermDeriverTest
Tests d7 taxonomy term deriver.

Namespace

Drupal\Tests\taxonomy\Kernel\Migrate

Code

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