ShortcutResourceTestBase.php

Same filename in this branch
  1. 8.9.x core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
Same filename and directory in other branches
  1. 9 core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
  2. 10 core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
  3. 11.x core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php

Namespace

Drupal\Tests\rest\Functional\EntityResource\Shortcut

File

core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutResourceTestBase.php

View source
<?php

namespace Drupal\Tests\rest\Functional\EntityResource\Shortcut;

@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);
use Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase as ShortcutResourceTestBaseReal;

/**
 * @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
 *   Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase instead.
 *
 * @see https://www.drupal.org/node/2971931
 */
abstract class ShortcutResourceTestBase extends ShortcutResourceTestBaseReal {

}

Classes

Title Deprecated Summary
ShortcutResourceTestBase

in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\shortcut\Functional\Rest\ShortcutResourceTestBase instead.


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.