Skip to content

Commit f49c4a3

Browse files
committed
Manual changes to ProductVideo module
1 parent dd76b98 commit f49c4a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/ProductVideo/Test/Unit/Model/Product/Attribute/Media/ExternalVideoEntryConverterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ protected function setUp(): void
110110
);
111111

112112
$this->mediaGalleryEntryExtensionMock = $this->getMockBuilder(ProductAttributeMediaGalleryEntryExtension::class)
113-
->addMethods(['getVideoProvider'])
114-
->onlyMethods(['setVideoContent', 'getVideoContent'])
113+
->addMethods(['getVideoProvider', 'setVideoContent', 'getVideoContent'])
115114
->disableOriginalConstructor()
116115
->getMock();
117116

0 commit comments

Comments
 (0)