You are here

MigrateRecipe71TestBase.php in Recipe 8.2

File

tests/src/Kernel/Migrate/recipe71/MigrateRecipe71TestBase.php
View source
<?php

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

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

/**
 * Provides a base class for Recipe migrations from Recipe 7.x-1.x.
 */
abstract class MigrateRecipe71TestBase extends MigrateDrupal7TestBase {

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

}

Classes

Namesort descending Description
MigrateRecipe71TestBase Provides a base class for Recipe migrations from Recipe 7.x-1.x.