BlockContentJsonCookieTest.php in Drupal 10
File
core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\block_content\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
class BlockContentJsonCookieTest extends BlockContentResourceTestBase {
use CookieResourceTestTrait;
protected static $format = 'json';
protected static $mimeType = 'application/json';
protected static $auth = 'cookie';
protected $defaultTheme = 'stark';
}