Skip to content

Commit 38f63e4

Browse files
committed
[4.3] Remove unused local variables
1 parent 9a98f13 commit 38f63e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class NativeFileSessionHandlerTest extends TestCase
2727
{
2828
public function testConstruct()
2929
{
30-
$storage = new NativeSessionStorage(['name' => 'TESTING'], new NativeFileSessionHandler(sys_get_temp_dir()));
30+
new NativeSessionStorage(['name' => 'TESTING'], new NativeFileSessionHandler(sys_get_temp_dir()));
3131

3232
$this->assertEquals('user', ini_get('session.save_handler'));
3333

0 commit comments

Comments
 (0)