Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request zendframework#6237
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 7, 2014
2 parents b173c71 + b11fca0 commit d8158b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Cache/Storage/Adapter/RedisResourceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public function setResource($id, $resource)
//there are two ways of determining if redis is already initialized
//with connect function:
//1) pinging server
//2) checking undocummented property socket which is available only
//after successfull connect
//2) checking undocumented property socket which is available only
//after successful connect
$resource = array_merge($defaults, array(
'resource' => $resource,
'initialized' => isset($resource->socket),
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Mvc/Router/Http/RouteMatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testMatchedRouteNameIsPrependedWhenAlreadySet()
$this->assertEquals('bar/foo', $match->getMatchedRouteName());
}

public function testMatchedRouteNameIsOverridenOnMerge()
public function testMatchedRouteNameIsOverriddenOnMerge()
{
$match = new RouteMatch(array());
$match->setMatchedRouteName('foo');
Expand Down

0 comments on commit d8158b4

Please sign in to comment.