class ItemJsonAnonTest

Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php \Drupal\Tests\aggregator\Functional\Rest\ItemJsonAnonTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of ItemJsonAnonTest

File

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

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class ItemJsonAnonTest extends ItemResourceTestBase {
  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.