Skip to content

Commit 5f5c484

Browse files
1.1.6
1 parent 4892248 commit 5f5c484

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

T/t.xml

-11
This file was deleted.

T/CaseT.php Test/CaseT.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
namespace Dfe\Vantiv\T;
2+
namespace Dfe\Vantiv\Test;
33
/**
44
* 2018-12-17
5-
* @see \Dfe\Vantiv\T\CaseT\Charge
5+
* @see \Dfe\Vantiv\Test\CaseT\Charge
66
* @method \Dfe\Vantiv\Method m()
77
* @method \Dfe\Vantiv\Settings s()
88
*/

T/CaseT/Charge.php Test/CaseT/Charge.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
2-
namespace Dfe\Vantiv\T\CaseT;
2+
namespace Dfe\Vantiv\Test\CaseT;
33
use Df\Payment\BankCardNetworkDetector as D;
44
use Df\Xml\G;
55
use Dfe\Vantiv\API\Facade as F;
66
// 2018-12-17
7-
final class Charge extends \Dfe\Vantiv\T\CaseT {
7+
final class Charge extends \Dfe\Vantiv\Test\CaseT {
88
/** 2018-12-17 */
99
function t00() {echo __METHOD__;}
1010

File renamed without changes.

Test/t.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='utf-8' ?>
2+
<phpunit
3+
bootstrap='../../../../dev/tests/unit/framework/bootstrap.php'
4+
convertErrorsToExceptions='false'
5+
convertNoticesToExceptions='false'
6+
convertWarningsToExceptions='false'
7+
>
8+
<!-- 2020-01-31
9+
We are forced use the `Test` namespace instead of `T` to be compatible with Magento Cloud:
10+
https://github.com/mage2pro/core/issues/89#issuecomment-580592826 -->
11+
<testsuite name='Vantiv'><directory suffix='.php'>.</directory></testsuite>
12+
</phpunit>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/vantiv"
3-
,"version": "1.1.5"
3+
,"version": "1.1.6"
44
,"description": "Vantiv integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/vantiv"

0 commit comments

Comments
 (0)