Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiejsz committed Mar 18, 2019
1 parent 8a4cfa4 commit 43cc9a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function setUp()

/** @var \Magento\Directory\Model\CurrencyFactory|\PHPUnit_Framework_MockObject_MockObject $currencyFactory */
$currencyFactory = $this->getMockBuilder(\Magento\Directory\Model\CurrencyFactory::class)
->disableOriginalConstructor()
->getMock();

$this->formatModel = new \Magento\Framework\Locale\Format(
Expand Down

0 comments on commit 43cc9a4

Please sign in to comment.