DateFormatJsonAnonTest.php

Same filename and directory in other branches
  1. 11.x core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php
  2. 10 core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php
  3. 9 core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php
  4. 8.9.x core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php

Namespace

Drupal\FunctionalTests\Rest

File

core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\FunctionalTests\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests Date Format Json Anon.
 */
class DateFormatJsonAnonTest extends DateFormatResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Title Deprecated Summary
DateFormatJsonAnonTest Tests Date Format Json Anon.

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