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