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