You are here

FeedHalJsonAnonTest.php in Drupal 8

File

core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\aggregator\Functional\Hal;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group hal
 */
class FeedHalJsonAnonTest extends FeedHalJsonTestBase {
  use AnonResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Namesort descending Description
FeedHalJsonAnonTest @group hal