You are here

protected function NodeClassicTest::getEntityCounts in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\NodeClassicTest::getEntityCounts()
  2. 10 core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\NodeClassicTest::getEntityCounts()

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

core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php, line 56

Class

NodeClassicTest
Tests the classic node migration runs.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

protected function getEntityCounts() {
}