You are here

FieldConfigJsonAnonTest.php in Drupal 10

File

core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\field\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class FieldConfigJsonAnonTest extends FieldConfigResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
FieldConfigJsonAnonTest @group rest