Skip to content

Commit bb45cff

Browse files
committed
MAGETWO-34629: [TD] Add Code Coverage Ignore Annotation Standard to Module's Setup Classes
- adding code coverage ignore annotation
1 parent 8ccdc20 commit bb45cff

File tree

90 files changed

+259
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+259
-0
lines changed

app/code/Magento/AdminNotification/Setup/InstallSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallSchema implements InstallSchemaInterface
1417
{
1518
/**

app/code/Magento/Authorization/Setup/AuthorizationFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Resource Setup Model
10+
*
11+
* @codeCoverageIgnore
1012
*/
1113
class AuthorizationFactory
1214
{

app/code/Magento/Authorization/Setup/InstallData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
use Magento\Authorization\Model\Acl\Role\Group as RoleGroup;
1313
use Magento\Authorization\Model\UserContextInterface;
1414

15+
/**
16+
* @codeCoverageIgnore
17+
*/
1518
class InstallData implements InstallDataInterface
1619
{
1720
/**

app/code/Magento/Authorization/Setup/InstallSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallSchema implements InstallSchemaInterface
1417
{
1518
/**

app/code/Magento/Bundle/Setup/InstallData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
use Magento\Framework\Setup\ModuleContextInterface;
1313
use Magento\Framework\Setup\ModuleDataSetupInterface;
1414

15+
/**
16+
* @codeCoverageIgnore
17+
*/
1518
class InstallData implements InstallDataInterface
1619
{
1720
/**

app/code/Magento/Bundle/Setup/InstallSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallSchema implements InstallSchemaInterface
1417
{
1518
/**

app/code/Magento/Captcha/Setup/InstallSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallSchema implements InstallSchemaInterface
1417
{
1518
/**

app/code/Magento/Catalog/Setup/InstallData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\ModuleDataSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallData implements InstallDataInterface
1417
{
1518
/**

app/code/Magento/Catalog/Setup/InstallSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class InstallSchema implements InstallSchemaInterface
1417
{
1518
/**

app/code/Magento/Catalog/Setup/UpgradeSchema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\ModuleContextInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* @codeCoverageIgnore
15+
*/
1316
class UpgradeSchema implements UpgradeSchemaInterface
1417
{
1518
/**

0 commit comments

Comments
 (0)