ActionXmlCookieTest.php
Namespace
Drupal\Tests\system\Functional\RestFile
- 
              core/
modules/ system/ tests/ src/ Functional/ Rest/ ActionXmlCookieTest.php  
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\system\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
 * Tests Action Xml Cookie.
 */
class ActionXmlCookieTest extends ActionResourceTestBase {
  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 | 
|---|---|---|
| ActionXmlCookieTest | Tests Action Xml Cookie. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.