X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Ftests%2Fsrc%2FUnit%2Fprocess%2FIteratorTest.php;h=f2124a6db3693919505cd0306839a27400eb8693;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=dbf0c6bc59c902a8a770a44f852551afd5643ce4;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php b/web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php index dbf0c6bc5..f2124a6db 100644 --- a/web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php +++ b/web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php @@ -18,7 +18,7 @@ class IteratorTest extends MigrateTestCase { /** * The iterator plugin being tested. * - * @var \Drupal\migrate\Plugin\migrate\process\TestIterator + * @var \Drupal\migrate\Plugin\migrate\process\Iterator */ protected $plugin; @@ -33,6 +33,7 @@ class IteratorTest extends MigrateTestCase { * Tests the iterator process plugin. * * @group legacy + * @expectedDeprecation The Drupal\migrate\Plugin\migrate\process\Iterator is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use Drupal\migrate\Plugin\migrate\process\SubProcess */ public function testIterator() { $migration = $this->getMigration();