File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
dev/tests/unit/testsuite/Magento
ConfigurableProduct/Model Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
namespace Magento \Catalog \Model \Product \Media ;
6
6
7
- use \ Magento \Catalog \Model \Product ;
7
+ use Magento \Catalog \Model \Product ;
8
8
9
9
class AttributeManagementTest extends \PHPUnit_Framework_TestCase
10
10
{
Original file line number Diff line number Diff line change 4
4
*/
5
5
namespace Magento \Catalog \Model \Resource \Eav ;
6
6
7
- use \Magento \Catalog \Model \Resource \Eav \Attribute ;
8
-
9
7
class AttributeTest extends \PHPUnit_Framework_TestCase
10
8
{
11
9
/**
Original file line number Diff line number Diff line change 5
5
6
6
namespace Magento \ConfigurableProduct \Model ;
7
7
8
- use \ Magento \ConfigurableProduct \Model \Product \Type \Configurable ;
8
+ use Magento \ConfigurableProduct \Model \Product \Type \Configurable ;
9
9
10
10
class LinkManagementTest extends \PHPUnit_Framework_TestCase
11
11
{
Original file line number Diff line number Diff line change 4
4
*/
5
5
namespace Magento \Sales \Model \Quote \Item ;
6
6
7
- use \ Magento \Catalog \Model \Product ;
8
- use \ Magento \Sales \Model \Quote \ItemFactory ;
9
- use \ Magento \Sales \Model \Quote \Item ;
7
+ use Magento \Catalog \Model \Product ;
8
+ use Magento \Sales \Model \Quote \ItemFactory ;
9
+ use Magento \Sales \Model \Quote \Item ;
10
10
use Magento \Store \Model \StoreManagerInterface ;
11
- use \ Magento \Store \Model \Store ;
12
- use \ Magento \Framework \App \State ;
13
- use \ Magento \Framework \Object ;
11
+ use Magento \Store \Model \Store ;
12
+ use Magento \Framework \App \State ;
13
+ use Magento \Framework \Object ;
14
14
15
15
/**
16
16
* Tests for Magento\Sales\Model\Service\Quote\Processor
You can’t perform that action at this time.
0 commit comments