/**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->kFileTransferMgr = null;
     parent::tearDown();
 }