Skip to content

Commit 60970f7

Browse files
committed
AC-14567: MView mechanism silently ignores errors on trigger execution
Fix static test
1 parent 6181515 commit 60970f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/Mview/View/SubscriptionTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Framework\Mview\View\Test\Integration;
8+
namespace Magento\Framework\Mview\View;
99

1010
use Magento\Framework\App\ResourceConnection;
1111
use Magento\Framework\DB\Ddl\Trigger;
@@ -22,6 +22,7 @@
2222
* Integration test for \Magento\Framework\Mview\View\Subscription
2323
*
2424
* @magentoDbIsolation disabled
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2526
*/
2627
class SubscriptionTest extends TestCase
2728
{
@@ -237,4 +238,4 @@ public function testTriggerStatementsWithIgnoredColumns(): void
237238
'Trigger contains check for ignored column'
238239
);
239240
}
240-
}
241+
}

0 commit comments

Comments
 (0)