Skip to content

Commit

Permalink
Fixing merge var test case for non magic session component.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 14, 2010
1 parent 32832f4 commit a85da63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -233,6 +233,6 @@ function testMergeVarsNotGreedy() {
$Controller->uses = array();
$Controller->constructClasses();

$this->assertTrue(isset($Controller->Session));
$this->assertFalse(isset($Controller->Session));
}
}

0 comments on commit a85da63

Please sign in to comment.