LinkFieldLegacyTest.php

Same filename in this branch
  1. 8.9.x core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php

Namespace

Drupal\Tests\link\Kernel\Plugin\migrate\field\d7

File

core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php

View source
<?php

namespace Drupal\Tests\link\Kernel\Plugin\migrate\field\d7;


/**
 * @group legacy
 * @group link
 */
class LinkFieldLegacyTest extends LinkFieldTest {
    
    /**
     * @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use alterFieldInstanceMigration() instead. See https://www.drupal.org/node/2944598.
     */
    public function testAlterFieldInstanceMigration($method = 'processFieldInstance') {
        parent::testAlterFieldInstanceMigration($method);
    }

}

Classes

Title Deprecated Summary
LinkFieldLegacyTest @group legacy @group link

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.