EntityViewDisplayHalJsonCookieTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\FunctionalTests\HalFile
core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonCookieTest.phpView source
<?php
namespace Drupal\FunctionalTests\Hal;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group hal
*/
class EntityViewDisplayHalJsonCookieTest extends EntityViewDisplayHalJsonAnonTest {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Name | Description |
---|---|
EntityViewDisplayHalJsonCookieTest | @group hal |