File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/ConfigurableProduct Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \ConfigurableProduct \ViewModel \UploadResizeConfigValue ;
11
11
use Magento \Backend \Model \Image \UploadResizeConfigInterface ;
12
+ use PHPUnit \Framework \MockObject \MockObject ;
12
13
use PHPUnit \Framework \TestCase ;
13
14
14
15
class UploadResizeConfigValueTest extends TestCase
15
16
{
16
17
/**
17
- * @var UploadResizeConfigInterface|\PHPUnit\Framework\MockObject\ MockObject
18
+ * @var UploadResizeConfigInterface|MockObject
18
19
*/
19
20
private $ uploadResizeConfigMock ;
20
21
Original file line number Diff line number Diff line change 8
8
namespace Magento \ConfigurableProduct \ViewModel ;
9
9
10
10
use Magento \Backend \Model \Image \UploadResizeConfigInterface ;
11
+ use Magento \Framework \View \Element \Block \ArgumentInterface ;
11
12
12
13
/**
13
14
* Get configuration values for frontend image uploader.
14
15
*/
15
- class UploadResizeConfigValue implements \ Magento \ Framework \ View \ Element \ Block \ ArgumentInterface
16
+ class UploadResizeConfigValue implements ArgumentInterface
16
17
{
17
18
/**
18
19
* @var UploadResizeConfigInterface
You can’t perform that action at this time.
0 commit comments