Skip to content

Commit a23c106

Browse files
author
Olexii Korshenko
committed
MAGETWO-33783: DB Foreign Keys Management on the Application Level. Unit tests coverage
1 parent fc68a8e commit a23c106

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Eav/Model/Entity/Context.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
namespace Magento\Eav\Model\Entity;
88

9+
/**
10+
* @codeCoverageIgnore
11+
*/
912
class Context implements \Magento\Framework\ObjectManager\ContextInterface
1013
{
1114
/**

lib/internal/Magento/Framework/Model/Resource/Db/Context.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
namespace Magento\Framework\Model\Resource\Db;
88

9+
/**
10+
* @codeCoverageIgnore
11+
*/
912
class Context implements \Magento\Framework\ObjectManager\ContextInterface
1013
{
1114
/**

0 commit comments

Comments
 (0)