You are here

MigrateIngredient71TestBase.php in Recipe 8.2

File

modules/ingredient/tests/src/Kernel/Migrate/recipe71/MigrateIngredient71TestBase.php
View source
<?php

namespace Drupal\Tests\ingredient\Kernel\Migrate\recipe71;

use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;

/**
 * Provides a base class for Ingredient migrations from Recipe 7.x-1.3.
 */
abstract class MigrateIngredient71TestBase extends MigrateDrupal7TestBase {

  /**
   * {@inheritdoc}
   */
  protected function getFixtureFilePath() {
    return __DIR__ . '/../../../../fixtures/ingredient713.php';
  }

}

Classes

Namesort descending Description
MigrateIngredient71TestBase Provides a base class for Ingredient migrations from Recipe 7.x-1.3.