Navigation Menu

Skip to content

Commit

Permalink
Fixes session_write_close(): Skipping numeric key 0 error
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnut committed Dec 28, 2015
1 parent 46d385a commit 3c21f4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ public static function teardownAfterClass() {
*/
public function setUp() {
parent::setUp();
$_SESSION = null;
$_SESSION = array();
$this->ComponentCollection = new ComponentCollection();
}

Expand Down

0 comments on commit 3c21f4a

Please sign in to comment.