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 8, 2018
1 parent 625f685 commit afa4516
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ public function testSetAccountData()
$this->dataObjectHelper->method('populateWithArray')
->with(
$customer,
['group_id' => 1], CustomerInterface::class
['group_id' => 1],
CustomerInterface::class
);

$this->formFactory->method('create')
Expand Down

0 comments on commit afa4516

Please sign in to comment.