class ImageStyleHalJsonBasicAuthTest

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

@group hal @group legacy

Hierarchy

Expanded class hierarchy of ImageStyleHalJsonBasicAuthTest

File

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

Namespace

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

}

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