protected function MigrateUpgradeCommandsTest::getEntityCountsIncremental in Migrate Upgrade 8.3
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/ MigrateUpgradeCommandsTest.php, line 188
Class
- MigrateUpgradeCommandsTest
- Execute drush on fully functional website.
Namespace
Drupal\Tests\migrate_upgrade\FunctionalCode
protected function getEntityCountsIncremental() : array {
// Not needed.
return [];
}