File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dev/tests/functional/tests/app/Magento
Catalog/Test/Block/Product
ConfigurableProduct/Test/Block/Product Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public function getThresholdMessage()
249
249
*/
250
250
public function getPriceBlock (FixtureInterface $ product = null )
251
251
{
252
- $ typeId = null ;
252
+ $ typeId = '' ;
253
253
254
254
if ($ product ) {
255
255
$ dataConfig = $ product ->getDataConfig ();
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class Price extends \Magento\Catalog\Test\Block\Product\Price
28
28
*/
29
29
protected $ mapTypePrices = [
30
30
'special_price ' => [
31
- 'selector ' => '.normal-price .price '
32
- ]
31
+ 'selector ' => '.normal-price .price ' ,
32
+ ],
33
33
];
34
34
35
35
/**
36
- * This method returns the price represented by the block.
36
+ * This method returns the price label represented by the block.
37
37
*
38
38
* @return SimpleElement
39
39
*/
You can’t perform that action at this time.
0 commit comments