You are here

protected function MigrateUpgradeEckTest::getEntityCountsIncremental in Entity Construction Kit (ECK) 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/MigrateUpgradeEckTest.php, line 281

Class

MigrateUpgradeEckTest
Tests ECK upgrade using the migrate UI.

Namespace

Drupal\Tests\eck\Functional

Code

protected function getEntityCountsIncremental() {
}