class CommentHalJsonBasicAuthTest

@group hal @group legacy

Hierarchy

Expanded class hierarchy of CommentHalJsonBasicAuthTest

File

core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php, line 11

Namespace

Drupal\Tests\hal\Functional\comment
View source
class CommentHalJsonBasicAuthTest extends CommentHalJsonTestBase {
  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.