Exemplo n.º 1
0
 public function testSaveCorrectCall()
 {
     $this->_instance->setDirectives(array('logging' => false));
     parent::testSaveCorrectCall();
     $this->_instance->setDirectives(array('logging' => true));
 }