mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removed unnecessary unset
Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
parent
b04a3f8514
commit
05beaab272
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ class SessionComponentTest extends CakeTestCase {
|
|||
function testSessionTimeout() {
|
||||
|
||||
session_destroy();
|
||||
unset($Session);
|
||||
Configure::write('Security.level', 'low');
|
||||
$Session =& new SessionComponent();
|
||||
$Session->write('Test', 'some value');
|
||||
|
|
Loading…
Add table
Reference in a new issue