You are here

protected static property DrushCommandsGeneratorTest::$modules in Migrate Tools 8.5

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/DrushCommandsGeneratorTest.php, line 28

Class

DrushCommandsGeneratorTest
Execute drush on fully functional website using source generators.

Namespace

Drupal\Tests\migrate_tools\Functional

Code

protected static $modules = [
  'csv_source_test',
  'migrate',
  'migrate_plus',
  'migrate_source_csv',
  'migrate_tools',
  'taxonomy',
];