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