You are here

protected static property UserAttributesTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/rdf/tests/src/Functional/UserAttributesTest.php, line 23

Class

UserAttributesTest
Tests the RDFa markup of Users.

Namespace

Drupal\Tests\rdf\Functional

Code

protected static $modules = [
  'rdf',
  'node',
  'user_hooks_test',
];