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