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