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