public function testCloseSession()
 {
     $this->memcache->expects($this->once())->method('close')->will($this->returnValue(true));
     $this->assertTrue($this->storage->close());
 }
 public function testCloseSession()
 {
     $this->assertTrue($this->storage->close());
 }