Skip to content

Commit

Permalink
Correctly importing classes in DigetAuthentication test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 22, 2011
1 parent dbff3b8 commit 3e7b85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/tests/cases/libs/http/digest_authentication.test.php
Expand Up @@ -17,8 +17,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

App::import('Core', 'HttpSocket');
App::import('Lib', 'http/DigestAuthentication');
App::uses('HttpSocket', 'Network/Http');
App::uses('DigestAuthentication', 'Network/Http');

class DigestHttpSocket extends HttpSocket {

Expand Down

0 comments on commit 3e7b85d

Please sign in to comment.