You are here

class EntityFormDisplayJsonBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityFormDisplayJsonBasicAuthTest
  2. 9 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityFormDisplayJsonBasicAuthTest

@group rest

Hierarchy

Expanded class hierarchy of EntityFormDisplayJsonBasicAuthTest

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php, line 10

Namespace

Drupal\FunctionalTests\Rest
View source
class EntityFormDisplayJsonBasicAuthTest extends EntityFormDisplayResourceTestBase {
  use BasicAuthResourceTestTrait;

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

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

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

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

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

}

Members