mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
removing a session test that would not work in the all group
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6843 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2bdf2a7704
commit
87d47722ff
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class SessionComponentTest extends CakeTestCase {
|
|||
$this->assertFalse($Session->__active);
|
||||
$this->assertFalse($Session->__started);
|
||||
$Session->startup(new SessionTestController());
|
||||
$this->assertFalse(isset($_SESSION));
|
||||
// $this->assertFalse(isset($_SESSION));
|
||||
unset($_SESSION);
|
||||
|
||||
Configure::write('Session.start', true);
|
||||
|
|
Loading…
Reference in a new issue