ItemHalJsonAnonTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Tests\aggregator\Functional\HalFile
core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.phpView source
<?php
namespace Drupal\Tests\aggregator\Functional\Hal;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
* @group hal
*/
class ItemHalJsonAnonTest extends ItemHalJsonTestBase {
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
Name | Description |
---|---|
ItemHalJsonAnonTest | @group hal |