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