EntityViewModeHalJsonBasicAuthTest.php

Same filename and directory in other branches
  1. 9 core/modules/hal/tests/src/Functional/Core/EntityViewModeHalJsonBasicAuthTest.php

Namespace

Drupal\FunctionalTests\Hal

File

core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php

View source
<?php

namespace Drupal\FunctionalTests\Hal;

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

/**
 * @group hal
 */
class EntityViewModeHalJsonBasicAuthTest extends EntityViewModeResourceTestBase {
  use BasicAuthResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  public 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
EntityViewModeHalJsonBasicAuthTest @group hal

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