/**
  * Reset started sessions.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->getMink()->resetSessions();
 }
 public function tearDown()
 {
     $this->_tearDownMapping();
     parent::tearDown();
 }