class WorkflowJsonCookieTest in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonCookieTest
- 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonCookieTest
@group rest
Hierarchy
- class \Drupal\Tests\BrowserTestBase extends \PHPUnit\Framework\TestCase uses \Drupal\Tests\PhpUnitCompatibilityTrait, \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait, FunctionalTestSetupTrait, TestSetupTrait, BlockCreationTrait, ConfigTestTrait, ExtensionListTestTrait, ContentTypeCreationTrait, NodeCreationTrait, RandomGeneratorTrait, TestRequirementsTrait, PhpUnitWarnings, UiHelperTrait, UserCreationTrait, XdebugRequestTrait- class \Drupal\Tests\rest\Functional\ResourceTestBase- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase- class \Drupal\Tests\workflows\Functional\Rest\WorkflowResourceTestBase- class \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonCookieTest uses CookieResourceTestTrait
 
 
- class \Drupal\Tests\workflows\Functional\Rest\WorkflowResourceTestBase
 
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
 
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
 
- class \Drupal\Tests\rest\Functional\ResourceTestBase
Expanded class hierarchy of WorkflowJsonCookieTest
File
- core/modules/ workflows/ tests/ src/ Functional/ Rest/ WorkflowJsonCookieTest.php, line 10 
Namespace
Drupal\Tests\workflows\Functional\RestView source
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';
} 
      