Skip to content

Commit

Permalink
Do not redefine TestHttpSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieB2B committed Dec 15, 2015
1 parent 077f157 commit e47b26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php
Expand Up @@ -20,11 +20,11 @@
App::uses('BasicAuthentication', 'Network/Http');

/**
* class TestHttpSocket
* class TestSslHttpSocket
*
* @package Cake.Test.Case.Network.Http
*/
class TestHttpSocket extends HttpSocket {
class TestSslHttpSocket extends HttpSocket {

/**
* testSetProxy method
Expand Down Expand Up @@ -84,7 +84,7 @@ public function testProxyAuthentication() {
* @return void
*/
public function testProxyAuthenticationSsl() {
$http = new TestHttpSocket();
$http = new TestSslHttpSocket();
$http->request['uri']['scheme'] = 'https';
$proxy = array(
'host' => 'localhost',
Expand Down

0 comments on commit e47b26a

Please sign in to comment.