File tree 6 files changed +17
-16
lines changed
6 files changed +17
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace Dfe \Vantiv \T ;
2
+ namespace Dfe \Vantiv \Test ;
3
3
/**
4
4
* 2018-12-17
5
- * @see \Dfe\Vantiv\T \CaseT\Charge
5
+ * @see \Dfe\Vantiv\Test \CaseT\Charge
6
6
* @method \Dfe\Vantiv\Method m()
7
7
* @method \Dfe\Vantiv\Settings s()
8
8
*/
Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace Dfe \Vantiv \T \CaseT ;
2
+ namespace Dfe \Vantiv \Test \CaseT ;
3
3
use Df \Payment \BankCardNetworkDetector as D ;
4
4
use Df \Xml \G ;
5
5
use Dfe \Vantiv \API \Facade as F ;
6
6
// 2018-12-17
7
- final class Charge extends \Dfe \Vantiv \T \CaseT {
7
+ final class Charge extends \Dfe \Vantiv \Test \CaseT {
8
8
/** 2018-12-17 */
9
9
function t00 () {echo __METHOD__ ;}
10
10
File renamed without changes.
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mage2pro/vantiv"
3
- ,"version" : " 1.1.5 "
3
+ ,"version" : " 1.1.6 "
4
4
,"description" : " Vantiv integration with Magento 2"
5
5
,"type" : " magento2-module"
6
6
,"homepage" : " https://mage2.pro/c/extensions/vantiv"
You can’t perform that action at this time.
0 commit comments