We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959f4be commit 6bef178Copy full SHA for 6bef178
app/code/Magento/Customer/Test/Unit/Block/Address/EditTest.php
@@ -165,6 +165,10 @@ public function testSetLayoutWithOwnAddressAndPostedData()
165
$this->assertEquals($layoutMock, $this->model->getLayout());
166
}
167
168
+ /**
169
+ * @throws \Magento\Framework\Exception
170
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
171
+ */
172
public function testSetLayoutWithAlienAddress()
173
{
174
$addressId = 1;
0 commit comments