003185adbf352d2155d4afc1dff3004433f4869c
[yaffs-website] / web / core / modules / taxonomy / tests / src / Unit / Plugin / migrate / cckfield / TaxonomyTermReferenceCckLegacyTest.php
1 <?php
2
3 namespace Drupal\Tests\taxonomy\Unit\Plugin\migrate\cckfield;
4
5 /**
6  * @group taxonomy
7  * @group legacy
8  */
9 class TaxonomyTermReferenceCckLegacyTest extends TaxonomyTermReferenceCckTest {
10
11   /**
12    * @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.
13    */
14   public function testDefineValueProcessPipeline($method = 'processFieldValues') {
15     parent::testDefineValueProcessPipeline($method);
16   }
17
18 }