DateFormatJsonCookieTest.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\FunctionalTests\RestFile
core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.phpView 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
Name | Description |
---|---|
DateFormatJsonCookieTest | @group rest |