You are here

class WorkflowJsonBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonBasicAuthTest
  2. 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of WorkflowJsonBasicAuthTest

File

core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php, line 10

Namespace

Drupal\Tests\workflows\Functional\Rest
View source
class WorkflowJsonBasicAuthTest extends WorkflowResourceTestBase {
  use BasicAuthResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Members