You are here

public static property RdfMappingJsonBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides RdfMappingResourceTestBase::$modules

File

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

Class

RdfMappingJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\rdf\Functional\Rest

Code

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