You are here

DateFormatJsonCookieTest.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php

File

core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php
View source
<?php

namespace Drupal\FunctionalTests\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 */
class DateFormatJsonCookieTest extends DateFormatResourceTestBase {
  use CookieResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Namesort descending Description
DateFormatJsonCookieTest @group rest