You are here

BlockContentJsonAnonTest.php in Drupal 10

File

core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\block_content\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class BlockContentJsonAnonTest extends BlockContentResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
BlockContentJsonAnonTest @group rest