We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c5fdd commit 237734eCopy full SHA for 237734e
app/code/Magento/Integration/Test/Unit/Helper/Oauth/ConsumerTest.php
@@ -5,6 +5,11 @@
5
*/
6
namespace Magento\Integration\Test\Unit\Helper\Oauth;
7
8
+/**
9
+ * Test for \Magento\Integration\Model\Oauth\Consumer
10
+ *
11
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
+ */
13
class ConsumerTest extends \PHPUnit_Framework_TestCase
14
{
15
/** @var \Magento\Store\Model\StoreManagerInterface */
0 commit comments