mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
"Removed Configure::write(); left over code when using Auth in the test"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6373 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
11afd24c19
commit
6419ee2bc7
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ class ComponentTest extends CakeTestCase {
|
|||
$this->assertTrue(is_object($Controller->Security));
|
||||
$this->assertTrue(is_object($Controller->Security->Session));
|
||||
|
||||
Configure::write('Security.salt', 'oUubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guV');
|
||||
$Controller = new ComponentTestController();
|
||||
$Controller->components = array('Security', 'Cookie', 'RequestHandler');
|
||||
|
||||
|
|
Loading…
Reference in a new issue