public function LinkCckDeprecationTest::testAlterFieldInstanceMigration in Drupal 8
@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.
Overrides LinkCckTest::testAlterFieldInstanceMigration
File
- core/
modules/ link/ tests/ src/ Kernel/ Plugin/ migrate/ cckfield/ d7/ LinkCckDeprecationTest.php, line 14
Class
- LinkCckDeprecationTest
- @group link @group legacy
Namespace
Drupal\Tests\link\Kernel\Plugin\migrate\cckfield\d7Code
public function testAlterFieldInstanceMigration($method = 'processFieldInstance') {
parent::testAlterFieldInstanceMigration($method);
}