You are here

ShortcutSetJsonAnonTest.php in Drupal 8

File

core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php
View source
<?php

namespace Drupal\Tests\shortcut\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class ShortcutSetJsonAnonTest extends ShortcutSetResourceTestBase {
  use AnonResourceTestTrait;

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

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

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

}

Classes

Namesort descending Description
ShortcutSetJsonAnonTest @group rest