コード例 #1
0
 public function testShouldAlwaysReturnNullOnGetStatus()
 {
     $cache = new VoidCache();
     $this->assertNull($cache->getStats());
 }