You are here

protected static property RdfCommentStorageLoadTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php, line 20

Class

RdfCommentStorageLoadTest
Tests rdf_comment_storage_load.

Namespace

Drupal\Tests\rdf\Kernel

Code

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