X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Ftests%2Fsrc%2FKernel%2FCckFieldBackwardsCompatibilityTest.php;h=60e08e5a9e8e18632e18867781d06b8af764c594;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=bb314b4e975eb55139270f40d3c1e8b58690cc2e;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php b/web/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php index bb314b4e9..60e08e5a9 100644 --- a/web/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php +++ b/web/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php @@ -7,6 +7,7 @@ use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase; /** * @group migrate_drupal + * @group legacy */ class CckFieldBackwardsCompatibilityTest extends MigrateDrupal6TestBase { @@ -17,6 +18,8 @@ class CckFieldBackwardsCompatibilityTest extends MigrateDrupal6TestBase { /** * Ensures that the cckfield backwards compatibility layer is invoked. + * + * @expectedDeprecation MigrateCckFieldInterface is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateField instead. */ public function testBackwardsCompatibility() { $migration = $this->container