From 186f003a19fcfd88ebee102ecc2c41d0ecdbc488 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 15 Sep 2017 20:06:03 -0400 Subject: [PATCH] Fixate the session_id to avoid having to update all the tokens. --- tests/TestCase/View/Helper/FormHelperTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase/View/Helper/FormHelperTest.php b/tests/TestCase/View/Helper/FormHelperTest.php index c6d3ea5f23f..1bfffa3d044 100644 --- a/tests/TestCase/View/Helper/FormHelperTest.php +++ b/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', '');