Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / file / tests / src / Unit / Plugin / migrate / cckfield / d7 / ImageCckTest.php
index 2175c64215d3bc64c2d53c9f12dc8265c4d23a69..b20d3d0f41c9775600ce03c2118a1203e0f47e35 100644 (file)
@@ -32,7 +32,7 @@ class ImageCckTest extends UnitTestCase {
 
     $migration = $this->prophesize(MigrationInterface::class);
 
-    // The plugin's processFieldValues() method will call
+    // The plugin's defineValueProcessPipeline() method will call
     // mergeProcessOfProperty() and return nothing. So, in order to examine the
     // process pipeline created by the plugin, we need to ensure that
     // getProcess() always returns the last input to mergeProcessOfProperty().