Skip to content

Commit 06a47b5

Browse files
committed
Added $websiteString property to test class
1 parent eb27ac2 commit 06a47b5

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator

1 file changed

+5
-0
lines changed

app/code/Magento/AdvancedPricingImportExport/Test/Unit/Model/Import/AdvancedPricing/Validator/WebsiteTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ class WebsiteTest extends \PHPUnit\Framework\TestCase
2525
*/
2626
protected $website;
2727

28+
/**
29+
* @var \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\Website|\PHPUnit_Framework_MockObject_MockObject
30+
*/
31+
protected $websiteString;
32+
2833
protected function setUp()
2934
{
3035
$this->webSiteModel = $this->getMockBuilder(\Magento\Store\Model\Website::class)

0 commit comments

Comments
 (0)