X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Ftests%2Fsrc%2FKernel%2FMigrateSourceTestBase.php;h=c4bd6cd5e0c6e45660f648693e75758512030b03;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=00f07a9e7112d26a6217237e8e0e802506edc1be;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php b/web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php index 00f07a9e7..c4bd6cd5e 100644 --- a/web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php +++ b/web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php @@ -20,7 +20,7 @@ abstract class MigrateSourceTestBase extends KernelTestBase { /** * The mocked migration. * - * @var MigrationInterface|\Prophecy\Prophecy\ObjectProphecy + * @var \Drupal\migrate\Plugin\MigrationInterface|\Prophecy\Prophecy\ObjectProphecy */ protected $migration;