class ShortcutSetHalJsonBasicAuthTest

Same name and namespace in other branches
  1. 8.9.x core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php \Drupal\Tests\shortcut\Functional\Hal\ShortcutSetHalJsonBasicAuthTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of ShortcutSetHalJsonBasicAuthTest

File

core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonBasicAuthTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\shortcut
View source
class ShortcutSetHalJsonBasicAuthTest extends ShortcutSetHalJsonAnonTest {
  use BasicAuthResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.