protected static property DrushBatchImportTest::$modules in Migrate Tools 8.4
Same name and namespace in other branches
- 8.5 tests/src/Functional/DrushBatchImportTest.php \Drupal\Tests\migrate_tools\Functional\DrushBatchImportTest::modules
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/ DrushBatchImportTest.php, line 19
Class
- DrushBatchImportTest
- Test that batch import runs correctly in drush command.
Namespace
Drupal\Tests\migrate_tools\FunctionalCode
protected static $modules = [
'migrate_tools_test',
'migrate_tools',
'migrate_plus',
'taxonomy',
'text',
'system',
'user',
];