ViewJsonCookieTest.php
Same filename and directory in other branches
Namespace
Drupal\Tests\views\Functional\RestFile
-
core/
modules/ views/ tests/ src/ Functional/ Rest/ ViewJsonCookieTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\views\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests View Json Cookie.
*/
class ViewJsonCookieTest extends ViewResourceTestBase {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ViewJsonCookieTest | Tests View Json Cookie. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.