Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate_drupal / tests / src / Kernel / CckFieldBackwardsCompatibilityTest.php
index bb314b4e975eb55139270f40d3c1e8b58690cc2e..60e08e5a9e8e18632e18867781d06b8af764c594 100644 (file)
@@ -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