class ImageStyleXmlAnonTest

Same name and namespace in other branches
  1. 11.x core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php \Drupal\Tests\image\Functional\Rest\ImageStyleXmlAnonTest
  2. 10 core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php \Drupal\Tests\image\Functional\Rest\ImageStyleXmlAnonTest
  3. 8.9.x core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php \Drupal\Tests\image\Functional\Rest\ImageStyleXmlAnonTest

@group rest

Hierarchy

Expanded class hierarchy of ImageStyleXmlAnonTest

File

core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php, line 11

Namespace

Drupal\Tests\image\Functional\Rest
View source
class ImageStyleXmlAnonTest extends ImageStyleResourceTestBase {
  use AnonResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  public function testGet() {
    // @todo Remove this method override in https://www.drupal.org/node/2905655
    $this->markTestSkipped();
  }

}

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