EntityTestBundleHalJsonBasicAuthTest.php
Namespace
Drupal\Tests\hal\Functional\entity_testFile
- 
              core/modules/ hal/ tests/ src/ Functional/ entity_test/ EntityTestBundleHalJsonBasicAuthTest.php 
View source
<?php
namespace Drupal\Tests\hal\Functional\entity_test;
use Drupal\Tests\entity_test\Functional\Rest\EntityTestBundleResourceTestBase;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
/**
 * @group hal
 * @group legacy
 */
class EntityTestBundleHalJsonBasicAuthTest extends EntityTestBundleResourceTestBase {
  use BasicAuthResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'hal',
    'basic_auth',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| EntityTestBundleHalJsonBasicAuthTest | @group hal @group legacy | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
