VocabularyXmlAnonTest.php
Same filename in other branches
Namespace
Drupal\Tests\taxonomy\Functional\RestFile
-
core/
modules/ taxonomy/ tests/ src/ Functional/ Rest/ VocabularyXmlAnonTest.php
View source
<?php
namespace Drupal\Tests\taxonomy\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
/**
* @group rest
*/
class VocabularyXmlAnonTest extends VocabularyResourceTestBase {
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 |
---|---|---|
VocabularyXmlAnonTest | @group rest |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.