protected static property UserAttributesTest::$modules in Drupal 9
Same name and namespace in other branches
- 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\FunctionalCode
protected static $modules = [
'rdf',
'node',
'user_hooks_test',
];