Skip to content

Commit 88063c5

Browse files
committed
Fix properties and title of data set
1 parent 5391637 commit 88063c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/Reflection/EntityFieldsViaMagicReflectionExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ public function dataHasProperty(): \Generator
6767
];
6868
yield 'field item list: value' => [
6969
\Drupal\Core\Field\FieldItemList::class,
70-
'target_id',
70+
'value',
7171
true,
7272
];
7373
yield 'field item list_interface: value' => [
7474
\Drupal\Core\Field\FieldItemListInterface::class,
75-
'target_id',
75+
'value',
7676
true,
7777
];
7878
// @todo support more proeprties.

0 commit comments

Comments
 (0)