Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 31, 2020
1 parent 0fa8968 commit 9fa6300
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
11 changes: 0 additions & 11 deletions T/t.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Dfe\GingerPayments\T\CreateOrder;
namespace Dfe\GingerPayments\Test\CreateOrder;
// 2017-03-07
final class BankTransfer extends \Df\GingerPaymentsBase\T\CreateOrder {
/**
Expand Down
2 changes: 1 addition & 1 deletion T/CreateOrder/Ideal.php → Test/CreateOrder/Ideal.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
namespace Dfe\GingerPayments\T\CreateOrder;
namespace Dfe\GingerPayments\Test\CreateOrder;
// 2017-02-27
final class Ideal extends \Df\GingerPaymentsBase\T\CreateOrder\Ideal {}
2 changes: 1 addition & 1 deletion T/GetIdealBanks.php → Test/GetIdealBanks.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Dfe\GingerPayments\T;
namespace Dfe\GingerPayments\Test;
// 2017-02-27
// «[Ginger Payments] An example of a response to GET /v1/ideal/issuers/»: https://mage2.pro/t/3387
final class GetIdealBanks extends \Df\GingerPaymentsBase\T\GetIdealBanks {}
2 changes: 1 addition & 1 deletion T/GetMerchant.php → Test/GetMerchant.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Dfe\GingerPayments\T;
namespace Dfe\GingerPayments\Test;
/**
* 2017-03-01
* https://www.gingerpayments.com/docs#_merchants
Expand Down
12 changes: 12 additions & 0 deletions Test/t.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='utf-8' ?>
<phpunit
bootstrap='../../../../dev/tests/unit/framework/bootstrap.php'
convertErrorsToExceptions='false'
convertNoticesToExceptions='false'
convertWarningsToExceptions='false'
>
<!-- 2020-01-31
We are forced use the `Test` namespace instead of `T` to be compatible with Magento Cloud:
https://github.com/mage2pro/core/issues/89#issuecomment-580592826 -->
<testsuite name='Ginger Payments'><directory suffix='.php'>.</directory></testsuite>
</phpunit>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ginger-payments"
,"version": "1.3.4"
,"version": "1.3.5"
,"description": "Ginger Payments integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand Down

0 comments on commit 9fa6300

Please sign in to comment.