Skip to content

Commit d13ffbe

Browse files
committed
EZP-31800: Fixed Content Type cache handler test on copy method
1 parent 350b60f commit d13ffbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eZ/Publish/Core/Persistence/Cache/Tests/ContentTypeHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function providerForUnCachedMethods(): array
5151
['delete', [5, 0], ['type-5', 'type-map', 'content-fields-type-5']],
5252
['delete', [5, 1]],
5353
['createDraft', [10, 5]],
54-
['copy', [10, 5, 0]],
55-
['copy', [10, 5, 1]],
54+
['copy', [10, 5, 0], null, ['ez-content-type-list-by-group-1', 'ez-content-type-list-by-group-2'], new SPIType(['groupIds' => [1, 2]])],
55+
['copy', [10, 5, 1], null, ['ez-content-type-list-by-group-3'], new SPIType(['groupIds' => [3]])],
5656
['unlink', [3, 5, 0], ['type-5']],
5757
['unlink', [3, 5, 1]],
5858
['link', [3, 5, 0], ['type-5'], ['ez-content-type-list-by-group-3']],

0 commit comments

Comments
 (0)