Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Added $websiteString property to test class
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 committed Oct 26, 2018
1 parent eb27ac2 commit 06a47b5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class WebsiteTest extends \PHPUnit\Framework\TestCase
*/
protected $website;

/**
* @var \Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricing\Validator\Website|\PHPUnit_Framework_MockObject_MockObject
*/
protected $websiteString;

protected function setUp()
{
$this->webSiteModel = $this->getMockBuilder(\Magento\Store\Model\Website::class)
Expand Down

0 comments on commit 06a47b5

Please sign in to comment.