Skip to content

Commit a579bff

Browse files
author
eduard13
committed
Added new methods to ConfigInterface Mock
1 parent 933e496 commit a579bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Image/Test/Unit/AdapterFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected function setUp()
1818
{
1919
$this->configMock = $this->createPartialMock(
2020
\Magento\Framework\Image\Adapter\ConfigInterface::class,
21-
['getAdapterAlias', 'getAdapters']
21+
['getAdapterAlias', 'getAdapters', 'getMaxWidth', 'getMaxHeight']
2222
);
2323

2424
$this->configMock->expects(

0 commit comments

Comments
 (0)