Skip to content
Snippets Groups Projects

Issue #2640516: Support paging through multiple requests

Files
11
@@ -46,6 +46,8 @@ final class MigrateExampleTest extends MigrateDrupalTestBase {
\Drupal::service('module_installer')->install(['migrate_example_setup']);
$this->installConfig(['migrate_example_setup']);
$this->startCollectingMessages();
// Execute "beer" migrations from 'migrate_example' module.
$this->executeMigration('beer_user');
$this->executeMigrations([
Loading