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