You are here

public function MigrateHelperTest::setUp in Panopoly Core 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/MigrateHelperTest.php, line 32

Class

MigrateHelperTest
Tests for Panopoly Core's MigrateHelper service.

Namespace

Drupal\Tests\panopoly_core\Unit

Code

public function setUp() {
  parent::setUp();
  $this->migrationManager = $this
    ->prophesize(MigrationPluginManagerInterface::class);
}