FeedHalJsonBasicAuthTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Tests\aggregator\Functional\HalFile
core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.phpView source
<?php
namespace Drupal\Tests\aggregator\Functional\Hal;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
/**
* @group hal
*/
class FeedHalJsonBasicAuthTest extends FeedHalJsonTestBase {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $modules = [
'basic_auth',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
Classes
Name | Description |
---|---|
FeedHalJsonBasicAuthTest | @group hal |