TaxonomyTermReferenceCckLegacyTest.php in Drupal 8
File
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckLegacyTest.phpView source
<?php
namespace Drupal\Tests\taxonomy\Unit\Plugin\migrate\cckfield;
/**
* @group taxonomy
* @group legacy
*/
class TaxonomyTermReferenceCckLegacyTest extends TaxonomyTermReferenceCckTest {
/**
* @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.
*/
public function testDefineValueProcessPipeline($method = 'processFieldValues') {
parent::testDefineValueProcessPipeline($method);
}
}
Classes
Name | Description |
---|---|
TaxonomyTermReferenceCckLegacyTest | @group taxonomy @group legacy |