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 66
77declare (strict_types=1 );
88
9- namespace Magento \Framework \HTTP \Test \Unit \Client ;
9+ namespace Magento \Framework \HTTP \Test \Unit \ClientMock ;
1010
11- use Magento \Framework \HTTP \Test \Unit \Client \Mock \CurlMock ;
11+ use Magento \Framework \HTTP \Test \Unit \ClientMock \Mock \CurlMock ;
1212use PHPUnit \Framework \TestCase ;
1313
1414/**
Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \Framework \HTTP \Test \Unit \Client \Mock ;
8+ namespace Magento \Framework \HTTP \Test \Unit \ClientMock \Mock ;
99
1010use Magento \Framework \HTTP \Client \Curl ;
1111
Original file line number Diff line number Diff line change 77
88namespace Magento \Framework \HTTP \Client ;
99
10- use Magento \Framework \HTTP \Test \Unit \Client \CurlMockTest ;
10+ use Magento \Framework \HTTP \Test \Unit \ClientMock \CurlMockTest ;
1111
1212/**
1313 * Override global PHP function
File renamed without changes.
You can’t perform that action at this time.
0 commit comments