You are here

class BlockJsonAnonTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of BlockJsonAnonTest

File

core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php, line 10

Namespace

Drupal\Tests\block\Functional\Rest
View source
class BlockJsonAnonTest extends BlockResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Members