You are here

public function StubSourceGeneratorPlugin::getSkipCount in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getSkipCount()

Return the skipCount value.

File

core/modules/migrate/tests/src/Unit/MigrateSourceTest.php, line 523
Contains \Drupal\Tests\migrate\Unit\MigrateSourceTest.

Class

StubSourceGeneratorPlugin
Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties.

Namespace

Drupal\Tests\migrate\Unit

Code

public function getSkipCount() {
  return $this->skipCount;
}