You are here

class RdfMappingJsonAnonTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of RdfMappingJsonAnonTest

File

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

Namespace

Drupal\Tests\rdf\Functional\Rest
View source
class RdfMappingJsonAnonTest extends RdfMappingResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Members