コード例 #1
0
 public function testIsExpired()
 {
     $this->assertEquals(MiniCache::isExpired(2, 1), TRUE);
 }