Skip to content

Commit 8a2c14c

Browse files
authored
Fix integration test issue with interceptor
Fix static tests failure
1 parent 69f0a8a commit 8a2c14c

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
/**
1313
* Integration tests decoration of store manager
14-
*
15-
* @package Magento\TestFramework\Store
1614
*/
1715
class StoreManager implements \Magento\Store\Model\StoreManagerInterface
1816
{
@@ -44,7 +42,7 @@ public function __construct(
4442
}
4543

4644
/**
47-
* {@inheritdoc}
45+
* @inheritdoc
4846
*/
4947
public function setCurrentStore($store)
5048
{
@@ -53,7 +51,7 @@ public function setCurrentStore($store)
5351
}
5452

5553
/**
56-
* {@inheritdoc}
54+
* @inheritdoc
5755
*/
5856
public function setIsSingleStoreModeAllowed($value)
5957
{
@@ -62,7 +60,7 @@ public function setIsSingleStoreModeAllowed($value)
6260
}
6361

6462
/**
65-
* {@inheritdoc}
63+
* @inheritdoc
6664
*/
6765
public function hasSingleStore()
6866
{
@@ -72,7 +70,7 @@ public function hasSingleStore()
7270
}
7371

7472
/**
75-
* {@inheritdoc}
73+
* @inheritdoc
7674
*/
7775
public function isSingleStoreMode()
7876
{
@@ -82,7 +80,7 @@ public function isSingleStoreMode()
8280
}
8381

8482
/**
85-
* {@inheritdoc}
83+
* @inheritdoc
8684
*/
8785
public function getStore($storeId = null)
8886
{
@@ -92,7 +90,7 @@ public function getStore($storeId = null)
9290
}
9391

9492
/**
95-
* {@inheritdoc}
93+
* @inheritdoc
9694
*/
9795
public function getStores($withDefault = false, $codeKey = false)
9896
{
@@ -102,7 +100,7 @@ public function getStores($withDefault = false, $codeKey = false)
102100
}
103101

104102
/**
105-
* {@inheritdoc}
103+
* @inheritdoc
106104
*/
107105
public function getWebsite($websiteId = null)
108106
{
@@ -112,7 +110,7 @@ public function getWebsite($websiteId = null)
112110
}
113111

114112
/**
115-
* {@inheritdoc}
113+
* @inheritdoc
116114
*/
117115
public function getWebsites($withDefault = false, $codeKey = false)
118116
{
@@ -122,7 +120,7 @@ public function getWebsites($withDefault = false, $codeKey = false)
122120
}
123121

124122
/**
125-
* {@inheritdoc}
123+
* @inheritdoc
126124
*/
127125
public function reinitStores()
128126
{
@@ -143,7 +141,7 @@ public function reinitStores()
143141
}
144142

145143
/**
146-
* {@inheritdoc}
144+
* @inheritdoc
147145
*/
148146
public function getDefaultStoreView()
149147
{
@@ -153,7 +151,7 @@ public function getDefaultStoreView()
153151
}
154152

155153
/**
156-
* {@inheritdoc}
154+
* @inheritdoc
157155
*/
158156
public function getGroup($groupId = null)
159157
{
@@ -163,7 +161,7 @@ public function getGroup($groupId = null)
163161
}
164162

165163
/**
166-
* {@inheritdoc}
164+
* @inheritdoc
167165
*/
168166
public function getGroups($withDefault = false)
169167
{

0 commit comments

Comments
 (0)