コード例 #1
0
 /**
  * Reset started sessions.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->getMink()->resetSessions();
 }
コード例 #2
0
 public function tearDown()
 {
     $this->_tearDownMapping();
     parent::tearDown();
 }