8000 [2.2] [HttpFoundation] Add redis session storage by Baachi · Pull Request #4538 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.2] [HttpFoundation] Add redis session storage #4538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
  • Loading branch information
Baachi committed Jun 19, 2012
commit 406a0d60782fb12899e6c04c7ec31c79cd12a8fd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testRead()
$this->assertEquals('', $this->handler->read('not-exist'));
}

public function testDestory()
public function testDestroy()
{
$data = array(
'foo' => 'bar'
Expand Down
0