7fd07e5ec94030bf642fae8edc4008960d8a7bd1
[yaffs-website] / web / core / modules / rest / tests / src / Functional / EntityResource / Term / TermResourceTestBase.php
1 <?php
2
3 namespace Drupal\Tests\rest\Functional\EntityResource\Term;
4
5 @trigger_error('The ' . __NAMESPACE__ . '\TermResourceTestBase is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Instead, use Drupal\Tests\taxonomy\Functional\Rest\TermResourceTestBase. See https://www.drupal.org/node/2971931.', E_USER_DEPRECATED);
6
7 use Drupal\Tests\taxonomy\Functional\Rest\TermResourceTestBase as TermResourceTestBaseReal;
8
9 /**
10  * @deprecated in Drupal 8.6.x. Will be removed before Drupal 9.0.0. Use
11  *   Drupal\Tests\taxonomy\Functional\Rest\TermResourceTestBase instead.
12  *
13  * @see https://www.drupal.org/node/2971931
14  */
15 abstract class TermResourceTestBase extends TermResourceTestBaseReal {
16 }