Skip to content

Commit

Permalink
Update AuthComponentTest.php
Browse files Browse the repository at this point in the history
Error CS Cake\Controller\Componenent\
  • Loading branch information
EliuFlorez committed Mar 22, 2014
1 parent c229e8a commit 946812e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Controller/Component/AuthComponentTest.php
Expand Up @@ -139,7 +139,7 @@ public function testIsErrorOrTests() {
*/
public function testLogin() {
$AuthLoginFormAuthenticate = $this->getMock(
'Cake\Controller\Componenent\Auth\FormAuthenticate',
'Cake\Controller\Component\Auth\FormAuthenticate',
array('authenticate'), array(), '', false
);
$this->Auth->authenticate = array(
Expand Down Expand Up @@ -1066,7 +1066,7 @@ public function testMapActionsDelegation() {
*/
public function testLoginWithRequestData() {
$RequestLoginMockAuthenticate = $this->getMock(
'Cake\Controller\Componenent\Auth\FormAuthenticate',
'Cake\Controller\Component\Auth\FormAuthenticate',
array('authenticate'), array(), '', false
);
$request = new Request('users/login');
Expand Down

0 comments on commit 946812e

Please sign in to comment.