/**
  * @test
  */
 public function shouldReturnExpectedName()
 {
     $type = new GatewayConfigType($this->getMock('Payum\\Core\\Registry\\GatewayFactoryRegistryInterface'));
     $this->assertEquals('payum_gateway_config', $type->getName());
 }