File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/internal/Magento/Framework/HTTP/Test/Unit/ClientMock Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
declare (strict_types=1 );
8
8
9
- namespace Magento \Framework \HTTP \Test \Unit \Client ;
9
+ namespace Magento \Framework \HTTP \Test \Unit \ClientMock ;
10
10
11
- use Magento \Framework \HTTP \Test \Unit \Client \Mock \CurlMock ;
11
+ use Magento \Framework \HTTP \Test \Unit \ClientMock \Mock \CurlMock ;
12
12
use PHPUnit \Framework \TestCase ;
13
13
14
14
/**
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Framework \HTTP \Test \Unit \Client \Mock ;
8
+ namespace Magento \Framework \HTTP \Test \Unit \ClientMock \Mock ;
9
9
10
10
use Magento \Framework \HTTP \Client \Curl ;
11
11
Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Framework \HTTP \Client ;
9
9
10
- use Magento \Framework \HTTP \Test \Unit \Client \CurlMockTest ;
10
+ use Magento \Framework \HTTP \Test \Unit \ClientMock \CurlMockTest ;
11
11
12
12
/**
13
13
* Override global PHP function
File renamed without changes.
You can’t perform that action at this time.
0 commit comments