class ImageStyleHalJsonCookieTest

Same name and namespace in other branches
  1. 8.9.x core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php \Drupal\Tests\image\Functional\Hal\ImageStyleHalJsonCookieTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of ImageStyleHalJsonCookieTest

File

core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php, line 12

Namespace

Drupal\Tests\hal\Functional\image
View source
class ImageStyleHalJsonCookieTest extends ImageStyleResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'hal',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

}

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