Example #1
0
 public function testGetStats()
 {
     $this->cache->expects($this->once())->method('getStats')->will($this->returnValue(array()));
     $instance = new BlobStore('Foo', $this->cache);
     $instance->getStats();
 }