Skip to content

Commit b7f2615

Browse files
committed
Issue #3018764 by Wim Leers: One test case in MediaUiFunctionalTest is not actually tested due to a duplicate key
(cherry picked from commit 52901b5)
1 parent 92a3985 commit b7f2615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/media/tests/src/Functional/MediaUiFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function providerTestMediaReferenceWidget() {
248248
// Unlimited value field.
249249
'unlimited_value:single_type:create_list' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE],
250250
// Unlimited value field with the tags widget.
251-
'unlimited_value:single_type:create_list' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE, 'entity_reference_autocomplete_tags'],
251+
'unlimited_value:single_type:create_list:tags' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE, 'entity_reference_autocomplete_tags'],
252252
];
253253
}
254254

0 commit comments

Comments
 (0)