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