Skip to content

Commit 237734e

Browse files
Cari Spruiellisitnikov
authored andcommitted
MAGETWO-51292: [GITHUB] OAuth Token Exchange Expiration Period Is Not Calculated Correctly #3449
- fix unit test
1 parent 00c5fdd commit 237734e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Integration/Test/Unit/Helper/Oauth/ConsumerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
*/
66
namespace Magento\Integration\Test\Unit\Helper\Oauth;
77

8+
/**
9+
* Test for \Magento\Integration\Model\Oauth\Consumer
10+
*
11+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12+
*/
813
class ConsumerTest extends \PHPUnit_Framework_TestCase
914
{
1015
/** @var \Magento\Store\Model\StoreManagerInterface */

0 commit comments

Comments
 (0)