Skip to content

Commit

Permalink
Remove test file for SessionComponent and usage of the component from…
Browse files Browse the repository at this point in the history
… other tests.
  • Loading branch information
ADmad committed Nov 11, 2014
1 parent 460fbf5 commit e629c5e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 209 deletions.
Expand Up @@ -53,7 +53,6 @@ class SecurityTestController extends Controller {
* @var array
*/
public $components = array(
'Session',
'TestSecurity' => array('className' => 'Cake\Test\TestCase\Controller\Component\TestSecurityComponent')
);

Expand Down
207 changes: 0 additions & 207 deletions tests/TestCase/Controller/Component/SessionComponentTest.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_app/TestApp/Controller/AuthTestController.php
Expand Up @@ -27,7 +27,7 @@ class AuthTestController extends Controller {
*
* @var array
*/
public $components = array('Session', 'Auth');
public $components = array('Auth');

/**
* testUrl property
Expand Down

0 comments on commit e629c5e

Please sign in to comment.