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