function MigrateStubTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateStubTest.php, line 37
Class
- MigrateStubTest
- Tests the migrate stub service.
Namespace
Drupal\Tests\migrate\UnitCode
protected function setUp() : void {
parent::setUp();
$this->migrationPluginManager = $this->prophesize(MigrationPluginManagerInterface::class);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.