/**
  * @return void
  */
 public function testGetStep()
 {
     $step = ['delta' => 'Migration\\Step\\SomeStep\\Integrity'];
     $this->assertEquals($step, $this->config->getStep('delta', 'Step1'));
 }