Problem/Motivation

After #2625696: Make migrations themselves plugins instead of config entities \Drupal\migrate\MigrationStorage is unused, but it still exists.

Proposed resolution

Remove \Drupal\migrate\MigrationStorage and \Drupal\Tests\migrate\Unit\MigrationStorageTest.

Remaining tasks

User interface changes

None.

API changes

None, as this is not an API. Would be nice to write a change notice, though.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler created an issue. See original summary.

kamalrajsahu21’s picture

Status: Active » Needs review
FileSize
21.96 KB

Here is the patch for the same. Please review it

tstoeckler’s picture

Status: Needs review » Needs work

The patch removes MigrationSourceTest instead of MigrationStorageTest.

chgasparoto’s picture

Status: Needs work » Needs review
FileSize
10.04 KB

Please review.

tstoeckler’s picture

That looks good to me, thanks! Let's see if it's green.

The last submitted patch, 2: remove-MigrationStorage-2756311-2.patch, failed testing.

tstoeckler’s picture

Status: Needs review » Reviewed & tested by the community

Muy bien! ;-)

mikeryan’s picture

No need for a change notice, I think. +1 to removing obsolete cruft.

kamalrajsahu21’s picture

Oops.. by mistaken I remove MigrateSourceTest.php instead of MigrationStorageTest.php

catch’s picture

Version: 8.1.x-dev » 8.2.x-dev
Status: Reviewed & tested by the community » Fixed

Committed 4520b25 and pushed to 8.2.x. Thanks!

  • catch committed 4520b25 on 8.2.x
    Issue #2756311 by kamalrajsahu21, chgasparoto: MigrationStorage is...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.