d3a70574117ab370266fbe54c81a5319ed51dc8d
[yaffs-website] / web / core / modules / shortcut / tests / src / Functional / Hal / ShortcutSetHalJsonBasicAuthTest.php
1 <?php
2
3 namespace Drupal\Tests\shortcut\Functional\Hal;
4
5 use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
6
7 /**
8  * @group hal
9  */
10 class ShortcutSetHalJsonBasicAuthTest extends ShortcutSetHalJsonAnonTest {
11
12   use BasicAuthResourceTestTrait;
13
14   /**
15    * {@inheritdoc}
16    */
17   public static $modules = ['basic_auth'];
18
19   /**
20    * {@inheritdoc}
21    */
22   protected static $auth = 'basic_auth';
23
24 }