You are here

protected static property MigrateRecipeFieldSettings71Test::$modules in Recipe 8.2

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/recipe71/MigrateRecipeFieldSettings71Test.php, line 17

Class

MigrateRecipeFieldSettings71Test
Tests migration of Recipe 7.x-1.x ingredient variables to configuration.

Namespace

Drupal\Tests\recipe\Kernel\Migrate\recipe71

Code

protected static $modules = [
  'ingredient',
  'node',
  'rdf',
  'recipe',
  'text',
];