File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
app/code/Magento/PageBuilder
dev/tests/integration/testsuite/Magento/PageBuilder/Model/Catalog Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 18
18
"magento/module-directory" : " *" ,
19
19
"magento/module-email" : " *" ,
20
20
"magento/module-require-js" : " *" ,
21
- "magento/module-catalog-inventory" : " *" ,
22
21
"php" : " ~7.1.3||~7.2.0||~7.3.0"
23
22
},
24
23
"conflict" : {
Original file line number Diff line number Diff line change 11
11
<module name =" Magento_Eav" />
12
12
<module name =" Magento_Cms" />
13
13
<module name =" Magento_Catalog" />
14
- <module name =" Magento_CatalogInventory" />
15
14
<module name =" Magento_Backend" />
16
15
<module name =" Magento_Ui" />
17
16
<module name =" Magento_Theme" />
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ public function testSortOptions($productSort)
69
69
)
70
70
);
71
71
72
+ $ collection ->getSize ();
73
+
72
74
$ this ->assertEquals (
73
75
$ actualOrder ,
74
76
$ expectedOrder ,
@@ -124,10 +126,10 @@ public function productSortDataProvider() : array
124
126
'1_PB_PRODUCT '
125
127
],
126
128
'low_stock_first ' => [
129
+ 'B_PB_PRODUCT ' ,
127
130
'1_PB_PRODUCT ' ,
128
131
'a_pb_product ' ,
129
- 'C_PB_PRODUCT ' ,
130
- 'B_PB_PRODUCT '
132
+ 'C_PB_PRODUCT '
131
133
],
132
134
'high_stock_first ' => [
133
135
'C_PB_PRODUCT ' ,
@@ -139,10 +141,8 @@ public function productSortDataProvider() : array
139
141
'1_PB_PRODUCT ' ,
140
142
'a_pb_product ' ,
141
143
'C_PB_PRODUCT ' ,
142
- 'B_PB_PRODUCT '
143
144
],
144
145
'price_low_to_high ' => [
145
- 'B_PB_PRODUCT ' ,
146
146
'C_PB_PRODUCT ' ,
147
147
'a_pb_product ' ,
148
148
'1_PB_PRODUCT '
You can’t perform that action at this time.
0 commit comments