WorkflowJsonAnonTest.php
Namespace
Drupal\Tests\workflows\Functional\RestFile
- 
              core/
modules/ workflows/ tests/ src/ Functional/ Rest/ WorkflowJsonAnonTest.php  
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\workflows\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
 * @group rest
 */
class WorkflowJsonAnonTest extends WorkflowResourceTestBase {
  use AnonResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
}
Classes
| Title | Deprecated | Summary | 
|---|---|---|
| WorkflowJsonAnonTest | @group rest | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.