X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Ffile%2Ftests%2Fsrc%2FUnit%2FPlugin%2Fmigrate%2Fcckfield%2Fd7%2FImageCckTest.php;fp=web%2Fcore%2Fmodules%2Ffile%2Ftests%2Fsrc%2FUnit%2FPlugin%2Fmigrate%2Fcckfield%2Fd7%2FImageCckTest.php;h=b20d3d0f41c9775600ce03c2118a1203e0f47e35;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=2175c64215d3bc64c2d53c9f12dc8265c4d23a69;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php b/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php index 2175c6421..b20d3d0f4 100644 --- a/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php +++ b/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php @@ -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().