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