8f317b3c05c838e6a76433582418e23aa7956e0e
[yaffs-website] / web / core / modules / rest / tests / src / Functional / EntityResource / Shortcut / ShortcutJsonAnonTest.php
1 <?php
2
3 namespace Drupal\Tests\rest\Functional\EntityResource\Shortcut;
4
5 use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
6
7 /**
8  * @group rest
9  */
10 class ShortcutJsonAnonTest extends ShortcutResourceTestBase {
11
12   use AnonResourceTestTrait;
13
14   /**
15    * {@inheritdoc}
16    */
17   protected static $format = 'json';
18
19   /**
20    * {@inheritdoc}
21    */
22   protected static $mimeType = 'application/json';
23
24 }