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