EditorJsonCookieTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Tests\editor\Functional\RestFile
core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.phpView source
<?php
namespace Drupal\Tests\editor\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class EditorJsonCookieTest extends EditorResourceTestBase {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Name | Description |
---|---|
EditorJsonCookieTest | @group rest |