Skip to content

Commit 093d576

Browse files
committed
MAGETWO-56556: [GITHUB PR#3779] Add dispatching of view_block_abstract_to_html_after event
- fix Unit tests
1 parent 3d0fa8f commit 093d576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Element/AbstractBlockTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Magento\Framework\Session\SidResolverInterface;
2020
use Magento\Framework\Session\SessionManagerInterface;
2121

22+
/**
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+
*/
2225
class AbstractBlockTest extends \PHPUnit_Framework_TestCase
2326
{
2427
/**

0 commit comments

Comments
 (0)