File tree 6 files changed +7
-4
lines changed 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
/composer.json export-ignore
4
4
/.travis.yml export-ignore
5
5
/.travis export-ignore
6
- /auth.json export-ignore
6
+ /tests export-ignore
7
+ /auth.json export-ignore
Original file line number Diff line number Diff line change 1
1
<?php
2
2
declare (strict_types=1 );
3
3
4
- namespace IntegerNet \SessionUnblocker \ Test \ Util ;
4
+ namespace IntegerNet \SessionUnblocker ;
5
5
6
6
use Magento \TestFramework \Helper \Bootstrap ;
7
7
Original file line number Diff line number Diff line change 3
3
4
4
namespace IntegerNet \SessionUnblocker \Plugin ;
5
5
6
- use IntegerNet \SessionUnblocker \Test \ Util \ MethodLog ;
6
+ use IntegerNet \SessionUnblocker \MethodLog ;
7
7
use Magento \Framework \Session \Storage ;
8
8
use Magento \Framework \Session \StorageInterface ;
9
9
Original file line number Diff line number Diff line change 4
4
namespace IntegerNet \SessionUnblocker \Test \Integration ;
5
5
6
6
use IntegerNet \SessionUnblocker \Plugin \SessionStoragePlugin ;
7
- use IntegerNet \SessionUnblocker \Test \ Util \ MethodLog ;
7
+ use IntegerNet \SessionUnblocker \MethodLog ;
8
8
use IntegerNet \SessionUnblocker \Test \Util \SectionLoadActionSpy ;
9
9
use IntegerNet \SessionUnblocker \Test \Util \SessionSpy ;
10
10
use Magento \Customer \Controller \Section \Load as LoadAction ;
Original file line number Diff line number Diff line change 3
3
4
4
namespace IntegerNet \SessionUnblocker \Test \Util ;
5
5
6
+ use IntegerNet \SessionUnblocker \MethodLog ;
6
7
use Magento \Customer \Controller \Section \Load ;
7
8
8
9
class SectionLoadActionSpy extends Load
Original file line number Diff line number Diff line change 3
3
4
4
namespace IntegerNet \SessionUnblocker \Test \Util ;
5
5
6
+ use IntegerNet \SessionUnblocker \MethodLog ;
6
7
use Magento \Framework \Session \Generic ;
7
8
8
9
class SessionSpy extends Generic
You can’t perform that action at this time.
0 commit comments