You are here

FeedJsonAnonTest.php in Drupal 8

File

core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\aggregator\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class FeedJsonAnonTest extends FeedResourceTestBase {
  use AnonResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

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

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

}

Classes

Namesort descending Description
FeedJsonAnonTest @group rest