File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
app/code/Magento/Backend/Block/Widget/Grid/Column
dev/tests/static/testsuite/Magento/Test/Legacy Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \Backend \Block \Widget \Grid \Column ;
7
9
8
10
/**
14
16
*/
15
17
class Multistore extends \Magento \Backend \Block \Widget \Grid \Column
16
18
{
17
- /**
18
- * @param \Magento\Backend\Block\Template\Context $context
19
- * @param array $data
20
- */
21
- public function __construct (\Magento \Backend \Block \Template \Context $ context , array $ data = [])
22
- {
23
- parent ::__construct ($ context , $ data );
24
- }
25
-
26
19
/**
27
20
* Get header css class name
28
21
*
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
6
7
7
- /**
8
- * Coverage of obsolete nodes in layout
9
- */
10
8
namespace Magento \Test \Legacy ;
11
9
12
10
use Magento \Framework \Component \ComponentRegistrar ;
13
11
12
+ /**
13
+ * Coverage of obsolete nodes in layout
14
+ */
14
15
class LayoutTest extends \PHPUnit \Framework \TestCase
15
16
{
16
17
/**
@@ -356,8 +357,6 @@ public function getAllowedActionNodeMethods()
356
357
'unsetChildren ' ,
357
358
'updateButton ' ,
358
359
'setIsProductListingContext ' ,
359
- 'checkCompanyStatus ' , // MAGETWO-88965
360
- 'setRendererType ' , // MAGETWO-88965
361
360
];
362
361
}
363
362
}
You can’t perform that action at this time.
0 commit comments