My phpunit tests fail with the following error:

`Fatal error: Cannot declare class Drupal\Tests\migrate\Unit\Plugin\migrate\destination\BaseFieldDefinitionTest, because the name is already in use in /var/www/web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php on line 162`

Downgrading from 8.5.5 back to 8.5.4 resolves the issue.

Comments

Chris Gillis created an issue. See original summary.

Chris Gillis’s picture

quietone’s picture

Status: Active » Closed (duplicate)

Yes, this came up after #2921661: Add support to migrate multilingual revisions was first committed.

It was reported in that issue and then fixed a few days later.

Closing as a duplicate.