File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/CatalogWidget/Test/Unit/Block/Product Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Directory \Model \Currency ;
18
18
use Magento \Framework \App \Http \Context ;
19
19
use Magento \Framework \App \RequestInterface ;
20
- use Magento \Framework \Cache \LockGuardedCacheLoader ;
21
20
use Magento \Framework \DataObject \IdentityInterface ;
22
21
use Magento \Framework \Pricing \PriceCurrencyInterface ;
23
22
use Magento \Framework \Pricing \Render ;
24
23
use Magento \Framework \Serialize \Serializer \Json ;
25
24
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
26
25
use Magento \Framework \View \Design \ThemeInterface ;
27
26
use Magento \Framework \View \DesignInterface ;
28
- use Magento \Catalog \Block \Product \Context as ViewContext ;
29
27
use Magento \Framework \View \LayoutInterface ;
30
28
use Magento \Rule \Model \Condition \Combine ;
31
29
use Magento \Rule \Model \Condition \Sql \Builder ;
32
30
use Magento \Store \Model \Store ;
33
31
use Magento \Store \Model \StoreManagerInterface ;
34
-
35
32
use Magento \Widget \Helper \Conditions ;
36
33
use PHPUnit \Framework \MockObject \MockObject ;
37
34
use PHPUnit \Framework \TestCase ;
You can’t perform that action at this time.
0 commit comments