コード例 #1
0
 public function tearDown()
 {
     // If the user link was persisted delete it
     if ($this->_userId) {
         // Remove all tokens
         $this->userMapper->removeActivationToken($this->_userId);
     }
 }