Skip to content

Commit 78d788f

Browse files
author
vnayda
committed
MAGETWO-57963: The product page doesn't show all the fields for Product Details - for mainline
-- fix static tests
1 parent 71e57a4 commit 78d788f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/AttributeGroupAlreadyExistsException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public function __construct(Phrase $phrase = null, \Exception $cause = null)
2424
}
2525
parent::__construct($phrase, $cause);
2626
}
27-
}
27+
}

app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Group.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Eav\Model\ResourceModel\Entity\Attribute;
7+
78
use Magento\Eav\Model\Entity\Attribute\AttributeGroupAlreadyExistsException;
89
use Magento\Framework\DB\Adapter\DuplicateException;
910
use Magento\Framework\Model\AbstractModel;

dev/tests/static/testsuite/Magento/Test/Integrity/_files/blacklist/exception_hierarchy.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
\Magento\Framework\DB\Adapter\ConnectionException
77
\Magento\Framework\DB\Adapter\DeadlockException
88
\Magento\Framework\DB\Adapter\LockWaitException
9+
\Magento\Framework\DB\Adapter\DuplicateException

0 commit comments

Comments
 (0)