You are here

protected property MigrateStubTest::$migrationPluginManager in Drupal 8

Same name in this branch
  1. 8 core/modules/migrate/tests/src/Unit/MigrateStubTest.php \Drupal\Tests\migrate\Unit\MigrateStubTest::migrationPluginManager
  2. 8 core/modules/migrate/tests/src/Kernel/MigrateStubTest.php \Drupal\Tests\migrate\Kernel\MigrateStubTest::migrationPluginManager
Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrateStubTest.php \Drupal\Tests\migrate\Unit\MigrateStubTest::migrationPluginManager

The plugin manager prophecy.

Type: \Prophecy\Prophecy\ObjectProphecy

File

core/modules/migrate/tests/src/Unit/MigrateStubTest.php, line 30

Class

MigrateStubTest
Tests the migrate stub service.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $migrationPluginManager;