ConfigTestXmlAnonTest.php
Same filename and directory in other branches
- 11.x core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
- 10 core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
- 9 core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
- 8.9.x core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
Namespace
Drupal\Tests\config_test\Functional\RestFile
-
core/
modules/ config/ tests/ config_test/ tests/ src/ Functional/ Rest/ ConfigTestXmlAnonTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\config_test\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests ConfigTest Xml Anon.
*/
class ConfigTestXmlAnonTest extends ConfigTestResourceTestBase {
use AnonResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'xml';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'text/xml; charset=utf-8';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ConfigTestXmlAnonTest | Tests ConfigTest Xml Anon. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.