You are here

public static property TaxonomyAttributesTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/rdf/src/Tests/TaxonomyAttributesTest.php, line 24
Contains \Drupal\rdf\Tests\TaxonomyAttributesTest.

Class

TaxonomyAttributesTest
Tests the RDFa markup of Taxonomy terms.

Namespace

Drupal\rdf\Tests

Code

public static $modules = array(
  'rdf',
  'views',
);