LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

Same filename in other branches
  1. 8.9.x core/modules/layout_builder/tests/src/Functional/Hal/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

Namespace

Drupal\Tests\hal\Functional\layout_builder

File

core/modules/hal/tests/src/Functional/layout_builder/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\layout_builder;

use Drupal\Tests\hal\Functional\Core\EntityViewDisplayHalJsonAnonTest;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest extends EntityViewDisplayHalJsonAnonTest {
    use BasicAuthResourceTestTrait;
    
    /**
     * {@inheritdoc}
     */
    protected static $modules = [
        'basic_auth',
    ];
    
    /**
     * {@inheritdoc}
     */
    protected static $auth = 'basic_auth';

}

Classes

Title Deprecated Summary
LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest @group hal @group legacy

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.