You are here

protected function MigrateMediaTestBase::getEntityCountsIncremental in Media Migration 8

Gets expected number of entities per entity after incremental migration.

Return value

int[] An array of expected counts keyed by entity type ID.

Overrides MigrateUpgradeTestBase::getEntityCountsIncremental

File

tests/src/Functional/MigrateMediaTestBase.php, line 289

Class

MigrateMediaTestBase
Provides a base class for testing media migration via the UI.

Namespace

Drupal\Tests\media_migration\Functional

Code

protected function getEntityCountsIncremental() {

  // This is not used.
  return $this
    ->getEntityCounts();
}