Fixes session_write_close(): Skipping numeric key 0 error

This commit is contained in:
Larry E. Masters 2015-12-28 11:18:03 -05:00
parent 46d385ac73
commit 3c21f4a8af

View file

@ -115,7 +115,7 @@ class SessionComponentTest extends CakeTestCase {
*/
public function setUp() {
parent::setUp();
$_SESSION = null;
$_SESSION = array();
$this->ComponentCollection = new ComponentCollection();
}