Fixing merge var test case for non magic session component.

This commit is contained in:
Mark Story 2010-01-13 23:48:57 -05:00
parent 32832f4810
commit a85da63956

View file

@ -233,6 +233,6 @@ class ControllerMergeVarsTestCase extends CakeTestCase {
$Controller->uses = array();
$Controller->constructClasses();
$this->assertTrue(isset($Controller->Session));
$this->assertFalse(isset($Controller->Session));
}
}