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