LayoutBuilderEntityViewDisplayJsonAnonTest.php in Drupal 10
File
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonAnonTest.php
View source
<?php
namespace Drupal\Tests\layout_builder\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
class LayoutBuilderEntityViewDisplayJsonAnonTest extends LayoutBuilderEntityViewDisplayResourceTestBase {
use AnonResourceTestTrait;
protected static $format = 'json';
protected static $mimeType = 'application/json';
protected $defaultTheme = 'stark';
}