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