You are here

NodeTypeJsonAnonTest.php in Drupal 9

File

core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\node\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class NodeTypeJsonAnonTest extends NodeTypeResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
NodeTypeJsonAnonTest @group rest