You are here

class DateFormatJsonBasicAuthTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of DateFormatJsonBasicAuthTest

File

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

Namespace

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