LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

Same filename in other branches
  1. 9 core/modules/hal/tests/src/Functional/layout_builder/LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest.php

Namespace

Drupal\Tests\layout_builder\Functional\Hal

File

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

View source
<?php

namespace Drupal\Tests\layout_builder\Functional\Hal;

use Drupal\FunctionalTests\Hal\EntityViewDisplayHalJsonAnonTest;
use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;

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

}

Classes

Title Deprecated Summary
LayoutBuilderEntityViewDisplayHalJsonBasicAuthTest @group layout_builder @group rest

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