class WorkspaceJsonBasicAuthTest

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php \Drupal\Tests\workspaces\Functional\Rest\WorkspaceJsonBasicAuthTest

Test workspace entities for JSON requests via basic auth.

@group workspaces

Hierarchy

Expanded class hierarchy of WorkspaceJsonBasicAuthTest

File

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php, line 12

Namespace

Drupal\Tests\workspaces\Functional\EntityResource
View source
class WorkspaceJsonBasicAuthTest extends WorkspaceResourceTestBase {
  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';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.