ImageStyleXmlCookieTest.php

Same filename and directory in other branches
  1. 8.9.x core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php
  2. 10 core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php
  3. 11.x core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php

Namespace

Drupal\Tests\image\Functional\Rest

File

core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php

View source
<?php

namespace Drupal\Tests\image\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;

/**
 * @group rest
 */
class ImageStyleXmlCookieTest extends ImageStyleResourceTestBase {
  use CookieResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  public function testGet() {
    // @todo Remove this method override in https://www.drupal.org/node/2905655
    $this->markTestSkipped();
  }

}

Classes

Title Deprecated Summary
ImageStyleXmlCookieTest @group rest

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