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