예제 #1
0
 public function testStats()
 {
     // ArrayCache doesn't offer any stats, so null is the expected results
     $stats = $this->cache->getStats();
     $this->assertTrue($stats === null || gettype($stats) == "array");
 }