You are here

public static property RdfMappingXmlBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php \Drupal\Tests\rdf\Functional\Rest\RdfMappingXmlBasicAuthTest::modules
  2. 10 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

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