NodeHalJsonBasicAuthTest.php

Namespace

Drupal\Tests\node\Functional\Hal

File

core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php

View source
<?php

namespace Drupal\Tests\node\Functional\Hal;

use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;

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

}

Classes

Title Deprecated Summary
NodeHalJsonBasicAuthTest @group hal

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