ActionXmlBasicAuthTest.php
Same filename in other branches
- 9 core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php
- 10 core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php
- 11.x core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php
- 10 core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php
- 11.x core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php
Namespace
Drupal\Tests\system\Functional\RestFile
-
core/
modules/ system/ tests/ src/ Functional/ Rest/ ActionXmlBasicAuthTest.php
View source
<?php
namespace Drupal\Tests\system\Functional\Rest;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
/**
* @group rest
*/
class ActionXmlBasicAuthTest extends ActionResourceTestBase {
use BasicAuthResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
/**
* {@inheritdoc}
*/
public 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';
}
Classes
Title | Deprecated | Summary |
---|---|---|
ActionXmlBasicAuthTest | @group rest |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.