You are here

protected property MigrateSourceTestBase::$migration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php \Drupal\Tests\migrate\Kernel\MigrateSourceTestBase::migration

The mocked migration.

Type: \Drupal\migrate\Plugin\MigrationInterface|\Prophecy\Prophecy\ObjectProphecy

File

core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php, line 25

Class

MigrateSourceTestBase
Base class for tests of Migrate source plugins.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $migration;