You are here

protected function MigrateMediaFromNonMediaSourceTest::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/MigrateMediaFromNonMediaSourceTest.php, line 35

Class

MigrateMediaFromNonMediaSourceTest
Tests migration from a source without enabled media module to media.

Namespace

Drupal\Tests\media_migration\Functional

Code

protected function getExpectedEntities() {
  return [];
}