You are here

protected static property CommentFieldTest::$modules in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/ubercart/tests/src/Kernel/Migrate/uc7/CommentFieldTest.php \Drupal\Tests\commerce_migrate_ubercart\Kernel\Migrate\uc7\CommentFieldTest::modules
  2. 3.0.x modules/ubercart/tests/src/Kernel/Migrate/uc7/CommentFieldTest.php \Drupal\Tests\commerce_migrate_ubercart\Kernel\Migrate\uc7\CommentFieldTest::modules

Modules to enable.

Type: array

Overrides Ubercart7TestBase::$modules

File

modules/ubercart/tests/src/Kernel/Migrate/uc7/CommentFieldTest.php, line 18

Class

CommentFieldTest
Tests the migration of product comment fields from Ubercart 7.

Namespace

Drupal\Tests\commerce_migrate_ubercart\Kernel\Migrate\uc7

Code

protected static $modules = [
  'comment',
  'commerce_price',
  'commerce_product',
  'commerce_store',
  'node',
  'path',
  'text',
];