class FeedJsonAnonTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of FeedJsonAnonTest

File

core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php, line 11

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class FeedJsonAnonTest extends FeedResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.