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 b2e35f2 commit 5abbe7eCopy full SHA for 5abbe7e
dev/tests/static/testsuite/Magento/Test/Legacy/LayoutTest.php
@@ -3,16 +3,14 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
-/**
8
- * Coverage of obsolete nodes in layout
9
- */
10
namespace Magento\Test\Legacy;
11
12
use Magento\Framework\Component\ComponentRegistrar;
13
14
/**
15
- * Layout test
+ * Coverage of obsolete nodes in layout
16
17
class LayoutTest extends \PHPUnit\Framework\TestCase
18
{
@@ -370,8 +368,6 @@ public function getAllowedActionNodeMethods()
370
368
'unsetChildren',
371
369
'updateButton',
372
'setIsProductListingContext',
373
- 'checkCompanyStatus', // MAGETWO-88965
374
- 'setRendererType', // MAGETWO-88965
375
];
376
}
377
0 commit comments