Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / tests / src / Functional / EntityResource / Shortcut / ShortcutResourceTestBase.php
1 <?php
2
3 namespace Drupal\Tests\rest\Functional\EntityResource\Shortcut;
4
5 @trigger_error('The ' . __NAMESPACE__ . '\ShortcutResourceTestBase is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Instead, use Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase. See https://www.drupal.org/node/2971931.', E_USER_DEPRECATED);
6
7 use Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase as ShortcutResourceTestBaseReal;
8
9 /**
10  * @deprecated in Drupal 8.6.x. Will be removed before Drupal 9.0.0. Use
11  *   Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase instead.
12  *
13  * @see https://www.drupal.org/node/2971931
14  */
15 abstract class ShortcutResourceTestBase extends ShortcutResourceTestBaseReal {
16 }