You are here

protected static property CrudTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/rdf/tests/src/Kernel/CrudTest.php, line 19

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\Tests\rdf\Kernel

Code

protected static $modules = [
  'entity_test',
  'rdf',
  'system',
];