You are here

protected function MigrateUpgradeCommandsTest::getEntityCounts in Migrate Upgrade 8.3

Gets the expected number of entities per entity type after migration.

Return value

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

Overrides MigrateUpgradeTestBase::getEntityCounts

File

tests/src/Functional/MigrateUpgradeCommandsTest.php, line 164

Class

MigrateUpgradeCommandsTest
Execute drush on fully functional website.

Namespace

Drupal\Tests\migrate_upgrade\Functional

Code

protected function getEntityCounts() : array {

  // Not needed.
  return [];
}