protected static property EntityReferenceSelectionSortTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php \Drupal\KernelTests\Core\Entity\EntityReferenceSelection\EntityReferenceSelectionSortTest::modules
- 9 core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php \Drupal\KernelTests\Core\Entity\EntityReferenceSelection\EntityReferenceSelectionSortTest::modules
Modules to enable.
Type: array
File
- core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionSortTest.php, line 24
Class
- EntityReferenceSelectionSortTest
- Tests sorting referenced items.
Namespace
Drupal\KernelTests\Core\Entity\EntityReferenceSelectionCode
protected static $modules = [
'node',
];