You are here

BlockJsonAnonTest.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php

File

core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\block\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class BlockJsonAnonTest extends BlockResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
BlockJsonAnonTest @group rest