Skip to content

Commit

Permalink
Fixate the session_id to avoid having to update all the tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 16, 2017
1 parent ec915e5 commit 186f003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -141,6 +141,7 @@ class FormHelperTest extends TestCase
public function setUp()
{
parent::setUp();
session_id('');

Configure::write('Config.language', 'eng');
Configure::write('App.base', '');
Expand Down

0 comments on commit 186f003

Please sign in to comment.