BlockHalJsonBasicAuthTest.php
Same filename in other branches
Namespace
Drupal\Tests\hal\Functional\blockFile
-
core/
modules/ hal/ tests/ src/ Functional/ block/ BlockHalJsonBasicAuthTest.php
View source
<?php
namespace Drupal\Tests\hal\Functional\block;
use Drupal\Tests\block\Functional\Rest\BlockResourceTestBase;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
/**
* @group hal
* @group legacy
*/
class BlockHalJsonBasicAuthTest extends BlockResourceTestBase {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $modules = [
'hal',
'basic_auth',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'classy';
/**
* {@inheritdoc}
*/
protected static $format = 'hal_json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/hal+json';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
Classes
Title | Deprecated | Summary |
---|---|---|
BlockHalJsonBasicAuthTest | @group hal @group legacy |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.