CommentHalJsonBasicAuthTest.php

Namespace

Drupal\Tests\hal\Functional\comment

File

core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\comment;

use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class CommentHalJsonBasicAuthTest extends CommentHalJsonTestBase {
  use BasicAuthResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Classes

Title Deprecated Summary
CommentHalJsonBasicAuthTest @group hal @group legacy

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