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