Exemplo n.º 1
0
 /**
  * Empty the events queue
  */
 public function reset()
 {
     $this->_events->reset();
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->_instance->reset();
     $this->_instance = null;
 }