You are here

protected static property FieldDefinitionIntegrityTest::$modules in Drupal 10

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

Type: array

File

core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php, line 23

Class

FieldDefinitionIntegrityTest
Tests the integrity of field API plugin definitions.

Namespace

Drupal\Tests\field\Kernel

Code

protected static $modules = [
  'system',
  'path_alias',
];