示例#1
0
 public function testSaveWithSpecificLifeTime()
 {
     $this->_instance->setDirectives(array('logging' => false));
     parent::testSaveWithSpecificLifeTime();
     $this->_instance->setDirectives(array('logging' => true));
 }