The code was moved in 3.3 and the tests were left alone to ensure backwards compat. Now that development on the client has completed, moving the tests makes sense.
@@ -11,7 +11,7 @@
* @since 3.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
-namespace Cake\Test\TestCase\Network\Http\Adapter;
+namespace Cake\Test\TestCase\Http\Client\Adapter;
use Cake\Http\Client\Adapter\Stream;
use Cake\Http\Client\Request;
-namespace Cake\Test\TestCase\Network\Http\Auth;
+namespace Cake\Test\TestCase\Http\Client\Auth;
use Cake\Http\Client;
use Cake\Http\Client\Auth\Digest;
use Cake\Http\Client\Auth\Oauth;
-namespace Cake\Test\TestCase\Network\Http;
+namespace Cake\Test\TestCase\Http\Client;
use Cake\Http\Client\CookieCollection;
use Cake\Http\Client\Response;
use Cake\Http\Client\FormData;
use Cake\TestSuite\TestCase;
+namespace Cake\Test\TestCase\Http;
use Cake\Core\Configure;