You are here

protected function MigrateMediaTest::getExpectedEntities in Media Migration 8

Gets the expected entity IDs and labels per entity type after migration.

Return value

string|null[][] An array of expected entity labels keyed by IDs, grouped by entity type ID. For some of the entities, label can be NULL.

Overrides MigrateMediaTestBase::getExpectedEntities

File

tests/src/Functional/MigrateMediaTest.php, line 21

Class

MigrateMediaTest
Tests migration from file entities to media.

Namespace

Drupal\Tests\media_migration\Functional

Code

protected function getExpectedEntities() {
  return [];
}