You are here

protected function MigrateUiParagraphsTestBase::getEntityCountsIncremental in Paragraphs 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/Migrate/MigrateUiParagraphsTestBase.php, line 369

Class

MigrateUiParagraphsTestBase
Provides a base class for testing Paragraphs migration via the UI.

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function getEntityCountsIncremental() {

  // Unused.
  return $this
    ->getEntityCounts();
}