Skip to content

Commit

Permalink
Remove bad test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 23, 2012
1 parent a0a61b5 commit ed6ff92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php
Expand Up @@ -121,7 +121,6 @@ public function testMultipleServers() {
$Memcache = new MemcacheEngine();
$Memcache->init(array('engine' => 'Memcache', 'servers' => $servers));

$servers = array_keys($Memcache->__Memcache->getExtendedStats());
$settings = $Memcache->settings();
$this->assertEquals($settings['servers'], $servers);
Cache::drop('dual_server');
Expand Down

0 comments on commit ed6ff92

Please sign in to comment.