TermHalJsonBasicAuthTest.php
Same filename in other branches
Namespace
Drupal\Tests\taxonomy\Functional\HalFile
-
core/
modules/ taxonomy/ tests/ src/ Functional/ Hal/ TermHalJsonBasicAuthTest.php
View source
<?php
namespace Drupal\Tests\taxonomy\Functional\Hal;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
/**
* @group hal
*/
class TermHalJsonBasicAuthTest extends TermHalJsonAnonTest {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
public static $modules = [
'basic_auth',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
Classes
Title | Deprecated | Summary |
---|---|---|
TermHalJsonBasicAuthTest | @group hal |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.