class EntityTestXmlBasicAuthTest
@group rest
Hierarchy
- class \Drupal\Tests\entity_test\Functional\Rest\EntityTestXmlBasicAuthTest uses \Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait, \Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait implements \Drupal\Tests\entity_test\Functional\Rest\EntityTestResourceTestBase
Expanded class hierarchy of EntityTestXmlBasicAuthTest
File
-
core/
modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestXmlBasicAuthTest.php, line 13
Namespace
Drupal\Tests\entity_test\Functional\RestView source
class EntityTestXmlBasicAuthTest extends EntityTestResourceTestBase {
use BasicAuthResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
/**
* {@inheritdoc}
*/
protected static $modules = [
'basic_auth',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected static $format = 'xml';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'text/xml; charset=UTF-8';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.