CommentTypeJsonCookieTest.php
Same filename and directory in other branches
- 11.x core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php
- 10 core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php
- 9 core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php
- 8.9.x core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php
Namespace
Drupal\Tests\comment\Functional\RestFile
-
core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentTypeJsonCookieTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\comment\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests Comment Type Json Cookie.
*/
class CommentTypeJsonCookieTest extends CommentTypeResourceTestBase {
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 |
|---|---|---|
| CommentTypeJsonCookieTest | Tests Comment Type Json Cookie. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.