You are here

protected static property SerializationTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/serialization/tests/src/Kernel/SerializationTest.php, line 20

Class

SerializationTest
Functional tests for serialization system.

Namespace

Drupal\Tests\serialization\Kernel

Code

protected static $modules = [
  'serialization',
  'serialization_test',
];