Browse Source

Fixate the session_id to avoid having to update all the tokens.

Mark Story 8 years ago
parent
commit
186f003a19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/View/Helper/FormHelperTest.php

+ 1 - 0
tests/TestCase/View/Helper/FormHelperTest.php

@@ -141,6 +141,7 @@ class FormHelperTest extends TestCase
     public function setUp()
     {
         parent::setUp();
+        session_id('');
 
         Configure::write('Config.language', 'eng');
         Configure::write('App.base', '');