MigrateRecipe71TestBase.php in Recipe 8.2
File
tests/src/Kernel/Migrate/recipe71/MigrateRecipe71TestBase.phpView 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
Name | Description |
---|---|
MigrateRecipe71TestBase | Provides a base class for Recipe migrations from Recipe 7.x-1.x. |