You are here

protected static property FileFieldAttributesTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides FileFieldTestBase::$modules

File

core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php, line 24

Class

FileFieldAttributesTest
Tests the RDFa markup of filefields.

Namespace

Drupal\Tests\rdf\Functional

Code

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