You are here

class RdfMappingJsonCookieTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php \Drupal\Tests\rdf\Functional\Rest\RdfMappingJsonCookieTest
  2. 9 core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php \Drupal\Tests\rdf\Functional\Rest\RdfMappingJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of RdfMappingJsonCookieTest

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php, line 10

Namespace

Drupal\Tests\rdf\Functional\Rest
View source
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';

}

Members