Skip to content

Commit

Permalink
MAGETWO-52925: Simple child product without a special price still sho…
Browse files Browse the repository at this point in the history
…wn as "was (original price)" #4442 #5097
  • Loading branch information
Sergey Semenov committed Aug 30, 2016
1 parent 2d32091 commit 38c85a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function setUp()
* @param float $regularPrice
* @param float $finalPrice
* @param bool $expected
* @dataProvider DataProviderHasSpecialPrice
* @dataProvider hasSpecialPriceDataProvider
*/
public function testHasSpecialPrice(
$regularPrice,
Expand Down Expand Up @@ -126,7 +126,7 @@ public function testHasSpecialPrice(
/**
* @return array
*/
public function DataProviderHasSpecialPrice()
public function hasSpecialPriceDataProvider()
{
return [
[10., 20., false],
Expand Down

0 comments on commit 38c85a6

Please sign in to comment.