Skip to content

Commit

Permalink
Updated files to alter test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
pmzandbergen committed Aug 15, 2020
1 parent 9570f8f commit 9db1f83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

declare(strict_types=1);

namespace Magento\Framework\HTTP\Test\Unit\Client;
namespace Magento\Framework\HTTP\Test\Unit\ClientMock;

use Magento\Framework\HTTP\Test\Unit\Client\Mock\CurlMock;
use Magento\Framework\HTTP\Test\Unit\ClientMock\Mock\CurlMock;
use PHPUnit\Framework\TestCase;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
declare(strict_types=1);

namespace Magento\Framework\HTTP\Test\Unit\Client\Mock;
namespace Magento\Framework\HTTP\Test\Unit\ClientMock\Mock;

use Magento\Framework\HTTP\Client\Curl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Magento\Framework\HTTP\Client;

use Magento\Framework\HTTP\Test\Unit\Client\CurlMockTest;
use Magento\Framework\HTTP\Test\Unit\ClientMock\CurlMockTest;

/**
* Override global PHP function
Expand Down

0 comments on commit 9db1f83

Please sign in to comment.