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