예제 #1
0
 public function testIfWillWorkWithoutAnySetup()
 {
     $cache = new Cache();
     $cache->init();
     $this->checkInterface($cache);
 }