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