FieldStorageConfigXmlCookieTest.php
Namespace
Drupal\Tests\field\Functional\RestFile
- 
              core/modules/ field/ tests/ src/ Functional/ Rest/ FieldStorageConfigXmlCookieTest.php 
View source
<?php
namespace Drupal\Tests\field\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
/**
 * @group rest
 */
class FieldStorageConfigXmlCookieTest extends FieldStorageConfigResourceTestBase {
  use CookieResourceTestTrait;
  use XmlEntityNormalizationQuirksTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'xml';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'text/xml; charset=UTF-8';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| FieldStorageConfigXmlCookieTest | @group rest | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
