Skip to content

Commit

Permalink
MAGETWO-35333: [GITHUB] Serious security issue in Customer Address ed…
Browse files Browse the repository at this point in the history
…it section #1107
  • Loading branch information
slavvka committed Mar 19, 2015
1 parent 959f4be commit 6bef178
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ public function testSetLayoutWithOwnAddressAndPostedData()
$this->assertEquals($layoutMock, $this->model->getLayout());
}

/**
* @throws \Magento\Framework\Exception
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
public function testSetLayoutWithAlienAddress()
{
$addressId = 1;
Expand Down

0 comments on commit 6bef178

Please sign in to comment.