示例#1
0
 public function testCacheExpireIsMutable()
 {
     $this->config->setCacheExpire(20);
     $this->assertEquals(20, $this->config->getCacheExpire());
 }