FieldConfigJsonCookieTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Tests\field\Functional\RestFile
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.phpView source
<?php
namespace Drupal\Tests\field\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class FieldConfigJsonCookieTest extends FieldConfigResourceTestBase {
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 |
---|---|
FieldConfigJsonCookieTest | @group rest |