/**
  * @return void
  */
 public function testGetDestination()
 {
     $destination = ['type' => 'database', 'database' => ['host' => 'localhost', 'user' => 'root', 'name' => 'magento2', 'password' => '123123q']];
     $this->assertEquals($destination, $this->config->getDestination());
 }