class CommentJsonCookieTest

Same name and namespace in other branches
  1. 11.x core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php \Drupal\Tests\comment\Functional\Rest\CommentJsonCookieTest

@group rest

Hierarchy

Expanded class hierarchy of CommentJsonCookieTest

File

core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php, line 10

Namespace

Drupal\Tests\comment\Functional\Rest
View source
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';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.