X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffile%2Ftests%2Fsrc%2FUnit%2FPlugin%2Fmigrate%2Fcckfield%2Fd7%2FFileCckTest.php;fp=web%2Fcore%2Fmodules%2Ffile%2Ftests%2Fsrc%2FUnit%2FPlugin%2Fmigrate%2Fcckfield%2Fd7%2FFileCckTest.php;h=e47a5a93164d9d63ce79fabf4ace9995ebfac0dc;hp=414d9c21d9f9fe6dd76d0dbb27f6b0f90724c80e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php b/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php index 414d9c21d..e47a5a931 100644 --- a/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php +++ b/web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php @@ -33,7 +33,7 @@ class FileCckTest 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(). @@ -69,7 +69,7 @@ class FileCckTest extends UnitTestCase { return [ ['image', 'imagefield_widget'], ['file', 'filefield_widget'], - ['file', 'x_widget'] + ['file', 'x_widget'], ]; }