PathAliasHalJsonCookieTest.php
Same filename in other branches
Namespace
Drupal\Tests\path_alias\Functional\HalFile
-
core/
modules/ path_alias/ tests/ src/ Functional/ Hal/ PathAliasHalJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\path_alias\Functional\Hal;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group hal
* @group path_alias
*/
class PathAliasHalJsonCookieTest extends PathAliasHalJsonTestBase {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
public 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 |
---|---|---|
PathAliasHalJsonCookieTest | @group hal @group path_alias |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.