hal-1.0.0/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
<?php
namespace Drupal\Tests\hal\Functional\comment;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
/**
* @group hal
*/
class CommentHalJsonBasicAuthTest extends CommentHalJsonTestBase {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $modules = ['basic_auth'];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
