mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correctly importing classes in BasicAuthentication test
This commit is contained in:
parent
3e7b85dc34
commit
b1e007f231
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::import('Core', 'HttpSocket');
|
||||
App::import('Lib', 'http/BasicAuthentication');
|
||||
App::uses('HttpSocket', 'Network/Http');
|
||||
App::uses('BasicAuthentication', 'Network/Http');
|
||||
|
||||
/**
|
||||
* BasicMethodTest class
|
||||
|
|
Loading…
Reference in a new issue