mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing merge var test case for non magic session component.
This commit is contained in:
parent
32832f4810
commit
a85da63956
1 changed files with 1 additions and 1 deletions
|
@ -233,6 +233,6 @@ class ControllerMergeVarsTestCase extends CakeTestCase {
|
|||
$Controller->uses = array();
|
||||
$Controller->constructClasses();
|
||||
|
||||
$this->assertTrue(isset($Controller->Session));
|
||||
$this->assertFalse(isset($Controller->Session));
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue