/**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $testConfig = $this->config->get('config');
     $this->kFileTransferMgr = kFileTransferMgr::getInstance($testConfig->managerType);
 }