WorkspaceXmlCookieTest.php
Same filename and directory in other branches
- 11.x core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php
- 10 core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php
- 9 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php
- 8.9.x core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php
Namespace
Drupal\Tests\workspaces\Functional\RestFile
-
core/
modules/ workspaces/ tests/ src/ Functional/ Rest/ WorkspaceXmlCookieTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\workspaces\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Test workspace entities for XML requests.
*/
class WorkspaceXmlCookieTest extends WorkspaceResourceTestBase {
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';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| WorkspaceXmlCookieTest | Test workspace entities for XML requests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.