class BlockXmlBasicAuthTest in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlBasicAuthTest
- 9 core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlBasicAuthTest
@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\block\Functional\Rest\BlockResourceTestBase
- class \Drupal\Tests\block\Functional\Rest\BlockXmlBasicAuthTest uses BasicAuthResourceTestTrait, XmlEntityNormalizationQuirksTrait
- class \Drupal\Tests\block\Functional\Rest\BlockResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
- class \Drupal\Tests\rest\Functional\ResourceTestBase
Expanded class hierarchy of BlockXmlBasicAuthTest
File
- core/
modules/ block/ tests/ src/ Functional/ Rest/ BlockXmlBasicAuthTest.php, line 11
Namespace
Drupal\Tests\block\Functional\RestView source
class BlockXmlBasicAuthTest extends BlockResourceTestBase {
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';
}