Skip to content

Commit 069cbe5

Browse files
committed
MAGETWO-80146: Forward port tests for community pull request to develop branch
-fix CR comments
1 parent 4079802 commit 069cbe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Pricing/Price/TierPriceTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ public function testGetQuantity($quantity, $expectedValue)
414414
$this->assertEquals($expectedValue, $tierPrice->getQuantity());
415415
}
416416

417+
/**
418+
* @return array
419+
*/
417420
public function getQuantityDataProvider()
418421
{
419422
return [

0 commit comments

Comments
 (0)