mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixes session_write_close(): Skipping numeric key 0 error
This commit is contained in:
parent
46d385ac73
commit
3c21f4a8af
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class SessionComponentTest extends CakeTestCase {
|
|||
*/
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
$_SESSION = null;
|
||||
$_SESSION = array();
|
||||
$this->ComponentCollection = new ComponentCollection();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue