Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 31, 2020
1 parent 6421c26 commit 3c57969
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Api/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private function _html() {
* разные корзины для каждой тестируемой страны, а можно вместо этого использовать единую корзину,
* передавая тестируемую стану параметром $bCountry.
* @used-by \Dfe\Klarna\ConfigProvider::config()
* @used-by \Dfe\Klarna\T\Charge::t01()
* @used-by \Dfe\Klarna\Test\Charge::t01()
* @param IQ|Q|int|null $q [optional]
* @param string|null $bCountry [optional]
* @return string
Expand Down
11 changes: 0 additions & 11 deletions T/t.xml

This file was deleted.

2 changes: 1 addition & 1 deletion T/Charge.php → Test/Charge.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Dfe\Klarna\T;
namespace Dfe\Klarna\Test;
use Dfe\Klarna\Api\Checkout as C;
// 2017-01-22
/** @method \Dfe\Klarna\Settings s() */
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='Klarna'><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/klarna"
,"version": "0.4.4"
,"version": "0.4.5"
,"description": "Klarna integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/klarna"
Expand Down

0 comments on commit 3c57969

Please sign in to comment.