You are here

class EntityFormModeJsonBasicAuthTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of EntityFormModeJsonBasicAuthTest

File

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

Namespace

Drupal\FunctionalTests\Rest
View source
class EntityFormModeJsonBasicAuthTest extends EntityFormModeResourceTestBase {
  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