WorkspaceXmlAnonTest.php in Drupal 8
File
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php
View source
<?php
namespace Drupal\Tests\workspaces\Functional\EntityResource;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
class WorkspaceXmlAnonTest extends WorkspaceResourceTestBase {
use AnonResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
protected static $format = 'xml';
protected static $mimeType = 'text/xml; charset=UTF-8';
protected $defaultTheme = 'stark';
public function testPatchPath() {
$this
->markTestSkipped();
}
}