You are here

protected function IdConflictTest::getEntityCountsIncremental in Drupal 8

Same name in this branch
  1. 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::getEntityCountsIncremental()
  2. 8 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::getEntityCountsIncremental()
Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::getEntityCountsIncremental()

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

core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php, line 55

Class

IdConflictTest
Tests Drupal 6 Id Conflict page.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

protected function getEntityCountsIncremental() {
}