You are here

protected static property MigrateRecipe72Test::$modules in Recipe 8.2

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/recipe72/MigrateRecipe72Test.php, line 17

Class

MigrateRecipe72Test
@covers \Drupal\recipe\Plugin\migrate\source\Recipe72 @group recipe

Namespace

Drupal\Tests\recipe\Kernel\Migrate\recipe72

Code

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