TourResourceTestBase.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Tests\rest\Functional\EntityResource\TourFile
-
core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ Tour/ TourResourceTestBase.php
View source
<?php
namespace Drupal\Tests\rest\Functional\EntityResource\Tour;
@trigger_error('The ' . __NAMESPACE__ . '\\TourResourceTestBase is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Instead, use Drupal\\Tests\\tour\\Functional\\Rest\\TourResourceTestBase. See https://www.drupal.org/node/2971931.', E_USER_DEPRECATED);
use Drupal\Tests\tour\Functional\Rest\TourResourceTestBase as TourResourceTestBaseReal;
/**
* @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
* Drupal\Tests\tour\Functional\Rest\TourResourceTestBase instead.
*
* @see https://www.drupal.org/node/2971931
*/
abstract class TourResourceTestBase extends TourResourceTestBaseReal {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TourResourceTestBase | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\tour\Functional\Rest\TourResourceTestBase instead. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.