ConfigurableLanguageXmlCookieTest.php

Same filename and directory in other branches
  1. 9 core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
  2. 8.9.x core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
  3. 10 core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php

Namespace

Drupal\Tests\language\Functional\Rest

File

core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\language\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;

/**
 * @group rest
 */
class ConfigurableLanguageXmlCookieTest extends ConfigurableLanguageResourceTestBase {
  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
ConfigurableLanguageXmlCookieTest @group rest

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