ImageStyleXmlCookieTest.php in Drupal 8
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;
class ImageStyleXmlCookieTest extends ImageStyleResourceTestBase {
use CookieResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
protected static $format = 'xml';
protected static $mimeType = 'text/xml; charset=UTF-8';
protected static $auth = 'cookie';
protected $defaultTheme = 'stark';
public function testGet() {
$this
->markTestSkipped();
}
}