Ejemplo n.º 1
0
 public function testSet()
 {
     $redis = $this->getMock('Predis\\Client');
     $storage = new RedisStorage($redis);
     $storage->set('foo', array('a' => 'b'));
 }