Inheritance: extends Symfony\Component\Console\Application
 public function setUp()
 {
     parent::setUp();
     $application = new Application();
     $command = $application->find($this->_commandName);
     $this->_commandTester = new CommandTester($command);
     $this->_magentoRoot = __DIR__ . "/../../../../magento/";
 }