Example #1
0
 public function setUp()
 {
     $this->cache = new OpCodeCache('http://localhost', 'prefix_', array(), array());
     $this->cache->setCurrentOnly(true);
 }