You are here

MigrateRecipe61TestBase.php in Recipe 8.2

File

tests/src/Kernel/Migrate/recipe61/MigrateRecipe61TestBase.php
View source
<?php

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

use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;

/**
 * Provides a base class for Recipe migrations from Recipe 6.x-1.x.
 */
abstract class MigrateRecipe61TestBase extends MigrateDrupal6TestBase {

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

}

Classes

Namesort descending Description
MigrateRecipe61TestBase Provides a base class for Recipe migrations from Recipe 6.x-1.x.