You are here

public static property TaxonomyAttributesTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

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

Class

TaxonomyAttributesTest
Tests the RDFa markup of Taxonomy terms.

Namespace

Drupal\Tests\rdf\Functional

Code

public static $modules = [
  'rdf',
  'views',
];