Skip to content
Snippets Groups Projects
Commit 77ce58a2 authored by catch's avatar catch
Browse files

Issue #3172332 by shetpooja04, Pooja Ganjage, quietone: Remove unused variable...

Issue #3172332 by shetpooja04, Pooja Ganjage, quietone: Remove unused variable $process_plugin_manager in MigrationLookupTest.php, migrate module
parent e3045727
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,6 @@ public function skipInvalidDataProvider() {
public function testNoSkipValid($value) {
$migration_plugin = $this->prophesize(MigrationInterface::class);
$migration_plugin_manager = $this->prophesize(MigrationPluginManagerInterface::class);
$process_plugin_manager = $this->prophesize(MigratePluginManager::class);
$id_map = $this->prophesize(MigrateIdMapInterface::class);
$id_map->lookupDestinationIds([$value])->willReturn([]);
$migration_plugin->getIdMap()->willReturn($id_map->reveal());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment