Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 8, 2013
1 parent 70d5c37 commit 3a2c497
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -177,6 +177,7 @@ public function testSessionValid() {
* @return void
*/
public function testSessionError() {
CakeSession::$lastError = null;
$Session = new SessionComponent($this->ComponentCollection);
$this->assertFalse($Session->error());
}
Expand Down

0 comments on commit 3a2c497

Please sign in to comment.