You are here

protected static property GetRdfNamespacesTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

GetRdfNamespacesTest
Tests hook_rdf_namespaces().

Namespace

Drupal\Tests\rdf\Functional

Code

protected static $modules = [
  'rdf',
  'rdf_test_namespaces',
];