You are here

protected static property EntitySerializationTest::$modules in Drupal 10

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

Modules to install.

Type: array

File

core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php, line 27

Class

EntitySerializationTest
Tests that entities can be serialized to supported core formats.

Namespace

Drupal\Tests\serialization\Kernel

Code

protected static $modules = [
  'serialization',
  'system',
  'field',
  'entity_test',
  'text',
  'filter',
  'user',
  'entity_serialization_test',
];