WorkflowJsonCookieTest.php
Same filename and directory in other branches
- 11.x core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php
- 10 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php
- 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php
- 8.9.x core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php
Namespace
Drupal\Tests\workflows\Functional\RestFile
-
core/
modules/ workflows/ tests/ src/ Functional/ Rest/ WorkflowJsonCookieTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\workflows\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests Workflow Json Cookie.
*/
class WorkflowJsonCookieTest extends WorkflowResourceTestBase {
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 |
|---|---|---|
| WorkflowJsonCookieTest | Tests Workflow Json Cookie. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.