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 ae8b347 commit 952d446Copy full SHA for 952d446
app/code/Magento/Ui/Test/Unit/Controller/Adminhtml/Index/Render/HandleTest.php
@@ -8,6 +8,11 @@
8
use Magento\Ui\Controller\Adminhtml\Index\Render\Handle;
9
use Magento\Framework\View\Element\UiComponent\ContextInterface;
10
11
+/**
12
+ * Tests \Magento\Ui\Controller\Adminhtml\Index\Render\Handle.
13
+ *
14
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
+ */
16
class HandleTest extends \PHPUnit\Framework\TestCase
17
{
18
/**
0 commit comments