You are here

public function TaxonomyTermReferenceFieldLegacyTest::testDefineValueProcessPipeline in Drupal 8

@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.

Overrides TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline

File

core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php, line 14

Class

TaxonomyTermReferenceFieldLegacyTest
@group taxonomy @group legacy

Namespace

Drupal\Tests\taxonomy\Unit\Plugin\migrate\field

Code

public function testDefineValueProcessPipeline($method = 'processFieldValues') {
  parent::testDefineValueProcessPipeline($method);
}