Skip to content

Commit

Permalink
Stabilize Builds on Forward Ports Batch 34
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team committed Feb 7, 2018
1 parent 48a72fa commit 625f685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Magento\Quote\Test\Unit\Model\ResourceModel;


use Magento\Framework\App\ResourceConnection;
use Magento\Framework\DB\Adapter\Pdo\Mysql;
use Magento\Framework\DB\Select;
Expand Down Expand Up @@ -107,7 +106,9 @@ protected function setUp()
$this->sequenceMock = $this->getMockBuilder(SequenceInterface::class)
->disableOriginalConstructor()
->getMock();
$this->model = $objectManagerHelper->getObject(QuoteResource::class, [
$this->model = $objectManagerHelper->getObject(
QuoteResource::class,
[
'context' => $context,
'entitySnapshot' => $snapshot,
'entityRelationComposite' => $relationComposite,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ public function testSetAccountData()

$quote = $this->createMock(Quote::class);
$quote->method('getCustomer')->willReturn($customer);
$quote->method('addData')
->with(
$quote->method('addData')->with(
[
'customer_group_id' => $attributes[1][1],
'customer_tax_class_id' => $taxClassId
Expand Down

0 comments on commit 625f685

Please sign in to comment.