You are here

protected property MigrateTestBase::$migration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Tests/MigrateTestBase.php \Drupal\migrate\Tests\MigrateTestBase::migration

The primary migration being tested.

Type: \Drupal\migrate\Entity\MigrationInterface

File

core/modules/migrate/src/Tests/MigrateTestBase.php, line 45
Contains \Drupal\migrate\Tests\MigrateTestBase.

Class

MigrateTestBase
Base class for migration tests.

Namespace

Drupal\migrate\Tests

Code

protected $migration;