Exemplo n.º 1
0
 /**
  * @test
  */
 public function shouldAllowGetPreviouslySetGatewayName()
 {
     $config = new GatewayConfig();
     $config->setGatewayName('theName');
     $this->assertEquals('theName', $config->getGatewayName());
 }