Skip to content

Commit e30d2aa

Browse files
committed
AC-711::Fixed Automation Test
1 parent 0b06b5d commit e30d2aa

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,57 +56,41 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
5656
protected $_idFieldName = 'entity_id';
5757

5858
/**
59-
* Catalog Product Flat is enabled cache per store
60-
*
6159
* @var array
6260
*/
6361
protected $_flatEnabled = [];
6462

6563
/**
66-
* Product websites table name
67-
*
6864
* @var string
6965
*/
7066
protected $_productWebsiteTable;
7167

7268
/**
73-
* Product categories table name
74-
*
7569
* @var string
7670
*/
7771
protected $_productCategoryTable;
7872

7973
/**
80-
* Is add URL rewrites to collection flag
81-
*
8274
* @var bool
8375
*/
8476
protected $_addUrlRewrite = false;
8577

8678
/**
87-
* Add URL rewrite for category
88-
*
8979
* @var int
9080
*/
9181
protected $_urlRewriteCategory = '';
9282

9383
/**
94-
* Is add final price to product collection flag
95-
*
9684
* @var bool
9785
*/
9886
protected $_addFinalPrice = false;
9987

10088
/**
101-
* All ids cache
102-
*
10389
* @var array
10490
*/
10591
protected $_allIdsCache = null;
10692

10793
/**
108-
* Is add tax percents flag to product collection
109-
*
11094
* @var bool
11195
*/
11296
protected $_addTaxPercents = false;
@@ -136,43 +120,31 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
136120
protected $_priceDataFieldFilters = [];
137121

138122
/**
139-
* Product Price expression sql
140-
*
141123
* @var string|null
142124
*/
143125
protected $_priceExpression;
144126

145127
/**
146-
* Additional product price expression sql part
147-
*
148128
* @var string|null
149129
*/
150130
protected $_additionalPriceExpression;
151131

152132
/**
153-
* Product max price (statistics data)
154-
*
155133
* @var float
156134
*/
157135
protected $_maxPrice;
158136

159137
/**
160-
* Product min price (statistics data)
161-
*
162138
* @var float
163139
*/
164140
protected $_minPrice;
165141

166142
/**
167-
* Standard deviation of product price (statistics data)
168-
*
169143
* @var float
170144
*/
171145
protected $_priceStandardDeviation;
172146

173147
/**
174-
* Product Prices count (statistics data)
175-
*
176148
* @var int
177149
*/
178150
protected $_pricesCount = null;
@@ -249,8 +221,6 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
249221
protected $_groupManagement;
250222

251223
/**
252-
* Need to add website names to result flag
253-
*
254224
* @var bool
255225
*/
256226
protected $needToAddWebsiteNamesToResult;

0 commit comments

Comments
 (0)