class CommentTypeXmlAnonTest in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php \Drupal\Tests\comment\Functional\Rest\CommentTypeXmlAnonTest
- 9 core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php \Drupal\Tests\comment\Functional\Rest\CommentTypeXmlAnonTest
@group rest
Hierarchy
- class \Drupal\Tests\BrowserTestBase extends \PHPUnit\Framework\TestCase uses \Drupal\Tests\PhpUnitCompatibilityTrait, \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait, FunctionalTestSetupTrait, TestSetupTrait, BlockCreationTrait, ConfigTestTrait, ExtensionListTestTrait, ContentTypeCreationTrait, NodeCreationTrait, RandomGeneratorTrait, TestRequirementsTrait, PhpUnitWarnings, UiHelperTrait, UserCreationTrait, XdebugRequestTrait
- class \Drupal\Tests\rest\Functional\ResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
- class \Drupal\Tests\comment\Functional\Rest\CommentTypeResourceTestBase
- class \Drupal\Tests\comment\Functional\Rest\CommentTypeXmlAnonTest uses AnonResourceTestTrait, XmlEntityNormalizationQuirksTrait
- class \Drupal\Tests\comment\Functional\Rest\CommentTypeResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
- class \Drupal\Tests\rest\Functional\ResourceTestBase
Expanded class hierarchy of CommentTypeXmlAnonTest
File
- core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentTypeXmlAnonTest.php, line 11
Namespace
Drupal\Tests\comment\Functional\RestView source
class CommentTypeXmlAnonTest extends CommentTypeResourceTestBase {
use AnonResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'xml';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'text/xml; charset=UTF-8';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Members
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnonResourceTestTrait:: |
protected | function | ||
AnonResourceTestTrait:: |
protected | function | ||
CommentTypeResourceTestBase:: |
protected | property | The CommentType entity. | |
CommentTypeResourceTestBase:: |
protected static | property | ||
CommentTypeResourceTestBase:: |
protected static | property | 2 | |
CommentTypeResourceTestBase:: |
protected | function | ||
CommentTypeResourceTestBase:: |
protected | function | ||
CommentTypeResourceTestBase:: |
protected | function | ||
CommentTypeResourceTestBase:: |
protected | function | ||
CommentTypeXmlAnonTest:: |
protected | property | ||
CommentTypeXmlAnonTest:: |
protected static | property | ||
CommentTypeXmlAnonTest:: |
protected static | property |