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