protected function setUp()
 {
     $this->platformCommand = new WelcomeCommand();
     $this->platformCommand->setApplication($this->getApplication());
     $this->projects = $this->getProjects();
 }