File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22declare (strict_types=1 );
33
4- namespace IntegerNet \SessionUnblocker \ Test \ Util ;
4+ namespace IntegerNet \SessionUnblocker ;
55
66use Magento \TestFramework \Helper \Bootstrap ;
77
Original file line number Diff line number Diff line change 33
44namespace IntegerNet \SessionUnblocker \Plugin ;
55
6- use IntegerNet \SessionUnblocker \Test \ Util \ MethodLog ;
6+ use IntegerNet \SessionUnblocker \MethodLog ;
77use Magento \Framework \Session \Storage ;
88use Magento \Framework \Session \StorageInterface ;
99
Original file line number Diff line number Diff line change 44namespace IntegerNet \SessionUnblocker \Test \Integration ;
55
66use IntegerNet \SessionUnblocker \Plugin \SessionStoragePlugin ;
7- use IntegerNet \SessionUnblocker \Test \ Util \ MethodLog ;
7+ use IntegerNet \SessionUnblocker \MethodLog ;
88use IntegerNet \SessionUnblocker \Test \Util \SectionLoadActionSpy ;
99use IntegerNet \SessionUnblocker \Test \Util \SessionSpy ;
1010use Magento \Customer \Controller \Section \Load as LoadAction ;
Original file line number Diff line number Diff line change 33
44namespace IntegerNet \SessionUnblocker \Test \Util ;
55
6+ use IntegerNet \SessionUnblocker \MethodLog ;
67use Magento \Customer \Controller \Section \Load ;
78
89class SectionLoadActionSpy extends Load
Original file line number Diff line number Diff line change 33
44namespace IntegerNet \SessionUnblocker \Test \Util ;
55
6+ use IntegerNet \SessionUnblocker \MethodLog ;
67use Magento \Framework \Session \Generic ;
78
89class SessionSpy extends Generic
You can’t perform that action at this time.
0 commit comments