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