public function testSaveWithNullLifeTime()
 {
     $this->_instance->setDirectives(array('logging' => false));
     parent::testSaveWithNullLifeTime();
     $this->_instance->setDirectives(array('logging' => true));
 }