You are here

protected static property RdfMappingXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides RdfMappingResourceTestBase::$modules

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php, line 19

Class

RdfMappingXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\rdf\Functional\Rest

Code

protected static $modules = [
  'basic_auth',
];