You are here

TermJsonAnonTest.php in Drupal 10

File

core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\taxonomy\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class TermJsonAnonTest extends TermResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
TermJsonAnonTest @group rest