mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
parent
9b8c280492
commit
d74f442608
12 changed files with 30 additions and 14 deletions
|
@ -25,7 +25,7 @@ App::uses('BasicAuthentication', 'Network/Http');
|
|||
*
|
||||
* @package Cake.Test.Case.Network.Http
|
||||
*/
|
||||
class BasicMethodTest extends CakeTestCase {
|
||||
class BasicAuthenticationTest extends CakeTestCase {
|
||||
|
||||
/**
|
||||
* testAuthentication method
|
||||
|
@ -61,4 +61,4 @@ class BasicMethodTest extends CakeTestCase {
|
|||
$this->assertEqual($http->request['header']['Proxy-Authorization'], 'Basic bWFyazpzZWNyZXQ=');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue