Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
updated default value for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Willbanks authored and weierophinney committed Feb 28, 2012
1 parent f3d112f commit a512601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Storage/Adapter/MemcachedTest.php
Expand Up @@ -86,7 +86,7 @@ public function testNoOptionsSetsDefaultServer()
{
$memcached = new Cache\Storage\Adapter\Memcached();

$this->assertEquals($memcached->getOptions()->getServers(), array(array('localhost', 11211)));
$this->assertEquals($memcached->getOptions()->getServers(), array(array('127.0.0.1', 11211)));
}

public function tearDown()
Expand Down

0 comments on commit a512601

Please sign in to comment.