You are here

class RdfMappingJsonBasicAuthTest in Drupal 10

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

@group rest

Hierarchy

Expanded class hierarchy of RdfMappingJsonBasicAuthTest

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php, line 10

Namespace

Drupal\Tests\rdf\Functional\Rest
View source
class RdfMappingJsonBasicAuthTest extends RdfMappingResourceTestBase {
  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