EntityViewDisplayHalJsonCookieTest.php
Same filename in other branches
Namespace
Drupal\Tests\hal\Functional\CoreFile
-
core/
modules/ hal/ tests/ src/ Functional/ Core/ EntityViewDisplayHalJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\hal\Functional\Core;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group hal
* @group legacy
*/
class EntityViewDisplayHalJsonCookieTest extends EntityViewDisplayHalJsonAnonTest {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityViewDisplayHalJsonCookieTest | @group hal @group legacy |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.