ShortcutJsonCookieTest.php
Same filename and directory in other branches
- 11.x core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
- 10 core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
- 9 core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
- 8.9.x core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
Namespace
Drupal\Tests\shortcut\Functional\RestFile
-
core/
modules/ shortcut/ tests/ src/ Functional/ Rest/ ShortcutJsonCookieTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\shortcut\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests Shortcut Json Cookie.
*/
class ShortcutJsonCookieTest extends ShortcutResourceTestBase {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ShortcutJsonCookieTest | Tests Shortcut Json Cookie. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.