public function setUp()
 {
     parent::setUp();
     $this->giropayReportingService = $this->container->get("phpcommerce.payment.gateway.reporting_service");
 }
 public function setUp()
 {
     parent::setUp();
     $this->giropayHostedService = $this->container->get("phpcommerce.payment.gateway.giropay.hosted_service");
 }