8000 Fix typo · symfony/symfony@406a0d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 406a0d6

Browse files
committed
Fix typo
1 parent 9630dbb commit 406a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function testRead()
9393
$this->assertEquals('', $this->handler->read('not-exist'));
9494
}
9595

96-
public function testDestory()
96+
public function testDestroy()
9797
{
9898
$data = array(
9999
'foo' => 'bar'

0 commit comments

Comments
 (0)
0