Skip to content

Commit

Permalink
Add code coverage ignore annotation to blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocason committed Oct 17, 2018
1 parent f53f59e commit 7633f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Block/Adminhtml/Form/Field/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Aune\AutoInvoice\Helper\Data as HelperData;

/**
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
*/
class PaymentMethod extends Select
Expand Down
1 change: 1 addition & 0 deletions Block/Adminhtml/Form/Field/ProcessingRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Magento\Framework\DataObject;

/**
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
*/
class ProcessingRule extends AbstractFieldArray
Expand Down
1 change: 1 addition & 0 deletions Block/Adminhtml/Form/Field/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Magento\Sales\Model\Order\Config;

/**
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
*/
class Status extends Select
Expand Down

0 comments on commit 7633f2c

Please sign in to comment.