EntityFormModeHalJsonBasicAuthTest.php

Same filename and directory in other branches
  1. 8.9.x core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php

Namespace

Drupal\Tests\hal\Functional\Core

File

core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonBasicAuthTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\Core;

use Drupal\FunctionalTests\Rest\EntityFormModeResourceTestBase;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class EntityFormModeHalJsonBasicAuthTest extends EntityFormModeResourceTestBase {
  use BasicAuthResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'hal',
    'basic_auth',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Classes

Title Deprecated Summary
EntityFormModeHalJsonBasicAuthTest @group hal @group legacy

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