CommentJsonCookieTest.php
Same filename in other branches
Namespace
Drupal\Tests\comment\Functional\RestFile
-
core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\comment\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class CommentJsonCookieTest extends CommentResourceTestBase {
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 |
---|---|---|
CommentJsonCookieTest | @group rest |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.