public static property MigrateUpgradeUbercart7Test::$modules in Commerce Migrate 3.0.x
Same name and namespace in other branches
- 8.2 modules/ubercart/tests/src/Functional/uc7/MigrateUpgradeUbercart7Test.php \Drupal\Tests\commerce_migrate_ubercart\Functional\uc7\MigrateUpgradeUbercart7Test::modules
- 3.1.x modules/ubercart/tests/src/Functional/uc7/MigrateUpgradeUbercart7Test.php \Drupal\Tests\commerce_migrate_ubercart\Functional\uc7\MigrateUpgradeUbercart7Test::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
- modules/
ubercart/ tests/ src/ Functional/ uc7/ MigrateUpgradeUbercart7Test.php, line 22
Class
- MigrateUpgradeUbercart7Test
- Tests Ubercart 7 migration using the Migrate Drupal UI.
Namespace
Drupal\Tests\commerce_migrate_ubercart\Functional\uc7Code
public static $modules = [
'address',
'block',
'block_content',
'comment',
'commerce',
'commerce_cart',
'commerce_log',
'commerce_migrate',
'commerce_migrate_ubercart',
'commerce_order',
'commerce_payment',
'commerce_price',
'commerce_product',
'commerce_promotion',
'commerce_shipping',
'commerce_store',
'commerce_tax',
'datetime',
'dblog',
'entity',
'entity_reference_revisions',
'field',
'file',
'filter',
'image',
'inline_entity_form',
'link',
'migrate',
'migrate_drupal',
'migrate_drupal_ui',
'migrate_plus',
'node',
'options',
'path',
'path_alias',
'physical',
'profile',
'search',
'shortcut',
'state_machine',
'system',
'taxonomy',
'telephone',
'text',
'user',
'views',
];