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