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