Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / tests / src / Unit / process / IteratorTest.php
index dbf0c6bc59c902a8a770a44f852551afd5643ce4..f2124a6db3693919505cd0306839a27400eb8693 100644 (file)
@@ -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();