You are here

RdfMappingJsonCookieTest.php in Drupal 8

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php
View source
<?php

namespace Drupal\Tests\rdf\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 */
class RdfMappingJsonCookieTest extends RdfMappingResourceTestBase {
  use CookieResourceTestTrait;

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

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

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

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

}

Classes

Namesort descending Description
RdfMappingJsonCookieTest @group rest