public function testOpenSession()
 {
     $this->assertTrue($this->storage->open('', ''));
 }
 public function testOpenSession()
 {
     $this->memcached->expects($this->atLeastOnce())->method('addServers')->will($this->returnValue(true));
     $this->assertTrue($this->storage->open('', ''));
 }