You are here

public static property RdfaAttributesTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

RdfaAttributesTest
Tests RDFa attribute generation from RDF mapping.

Namespace

Drupal\rdf\Tests

Code

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