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