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 6181515 commit 60970f7Copy full SHA for 60970f7
dev/tests/integration/testsuite/Magento/Framework/Mview/View/SubscriptionTest.php
@@ -5,7 +5,7 @@
5
*/
6
declare(strict_types=1);
7
8
-namespace Magento\Framework\Mview\View\Test\Integration;
+namespace Magento\Framework\Mview\View;
9
10
use Magento\Framework\App\ResourceConnection;
11
use Magento\Framework\DB\Ddl\Trigger;
@@ -22,6 +22,7 @@
22
* Integration test for \Magento\Framework\Mview\View\Subscription
23
*
24
* @magentoDbIsolation disabled
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
27
class SubscriptionTest extends TestCase
28
{
@@ -237,4 +238,4 @@ public function testTriggerStatementsWithIgnoredColumns(): void
237
238
'Trigger contains check for ignored column'
239
);
240
}
-}
241
+}
0 commit comments