File tree 3 files changed +19
-0
lines changed
app/code/Magento/Customer
Model/ResourceModel/Group/Grid
Ui/Component/Listing/Column
Ui/Component/Listing/Column 3 files changed +19
-0
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
+
7
+ declare (strict_types=1 );
8
+
6
9
namespace Magento \Customer \Test \Unit \Model \ResourceModel \Group \Grid ;
7
10
8
11
use Magento \Customer \Model \ResourceModel \Group \Grid \Collection ;
@@ -67,6 +70,11 @@ class CollectionTest extends \PHPUnit\Framework\TestCase
67
70
*/
68
71
protected $ model ;
69
72
73
+ /**
74
+ * SetUp method
75
+ *
76
+ * @return void
77
+ */
70
78
protected function setUp ()
71
79
{
72
80
$ this ->entityFactoryMock = $ this ->getMockBuilder (EntityFactoryInterface::class)
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
+
7
+ declare (strict_types=1 );
8
+
6
9
namespace Magento \Customer \Test \Unit \Ui \Component \Listing \Column ;
7
10
8
11
use Magento \Customer \Ui \Component \Listing \Column \GroupActions ;
@@ -33,6 +36,11 @@ class GroupActionsTest extends \PHPUnit\Framework\TestCase
33
36
*/
34
37
protected $ urlBuilder ;
35
38
39
+ /**
40
+ * SetUp method
41
+ *
42
+ * @return void
43
+ */
36
44
protected function setUp ()
37
45
{
38
46
$ objectManager = new ObjectManager ($ this );
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
+
7
+ declare (strict_types=1 );
8
+
6
9
namespace Magento \Customer \Ui \Component \Listing \Column ;
7
10
8
11
use Magento \Framework \UrlInterface ;
You can’t perform that action at this time.
0 commit comments