Skip to content

Commit 4404d29

Browse files
committed
Merge branch 'MAGETWO-39301' of github.corp.ebay.com:magento-troll/magento2ce into MAGETWO-38540
2 parents c65bb3e + af313cd commit 4404d29

File tree

10 files changed

+21
-0
lines changed

10 files changed

+21
-0
lines changed

app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog/Edit/Tab/Actions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Actions extends Generic implements TabInterface
1515
* Prepare content for tab
1616
*
1717
* @return \Magento\Framework\Phrase
18+
* @codeCoverageIgnore
1819
*/
1920
public function getTabLabel()
2021
{
@@ -25,6 +26,7 @@ public function getTabLabel()
2526
* Prepare title for tab
2627
*
2728
* @return \Magento\Framework\Phrase
29+
* @codeCoverageIgnore
2830
*/
2931
public function getTabTitle()
3032
{
@@ -35,6 +37,7 @@ public function getTabTitle()
3537
* Returns status flag about this tab can be showen or not
3638
*
3739
* @return bool
40+
* @codeCoverageIgnore
3841
*/
3942
public function canShowTab()
4043
{
@@ -45,6 +48,7 @@ public function canShowTab()
4548
* Returns status flag about this tab hidden or not
4649
*
4750
* @return bool
51+
* @codeCoverageIgnore
4852
*/
4953
public function isHidden()
5054
{

app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog/Edit/Tab/Conditions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function __construct(
4646
* Prepare content for tab
4747
*
4848
* @return \Magento\Framework\Phrase
49+
* @codeCoverageIgnore
4950
*/
5051
public function getTabLabel()
5152
{
@@ -56,6 +57,7 @@ public function getTabLabel()
5657
* Prepare title for tab
5758
*
5859
* @return \Magento\Framework\Phrase
60+
* @codeCoverageIgnore
5961
*/
6062
public function getTabTitle()
6163
{
@@ -66,6 +68,7 @@ public function getTabTitle()
6668
* Returns status flag about this tab can be showen or not
6769
*
6870
* @return bool
71+
* @codeCoverageIgnore
6972
*/
7073
public function canShowTab()
7174
{
@@ -76,6 +79,7 @@ public function canShowTab()
7679
* Returns status flag about this tab hidden or not
7780
*
7881
* @return bool
82+
* @codeCoverageIgnore
7983
*/
8084
public function isHidden()
8185
{

app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog/Edit/Tab/Main.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function __construct(
6868
* Prepare content for tab
6969
*
7070
* @return \Magento\Framework\Phrase
71+
* @codeCoverageIgnore
7172
*/
7273
public function getTabLabel()
7374
{
@@ -78,6 +79,7 @@ public function getTabLabel()
7879
* Prepare title for tab
7980
*
8081
* @return \Magento\Framework\Phrase
82+
* @codeCoverageIgnore
8183
*/
8284
public function getTabTitle()
8385
{
@@ -88,6 +90,7 @@ public function getTabTitle()
8890
* Returns status flag about this tab can be showed or not
8991
*
9092
* @return bool
93+
* @codeCoverageIgnore
9194
*/
9295
public function canShowTab()
9396
{
@@ -98,6 +101,7 @@ public function canShowTab()
98101
* Returns status flag about this tab hidden or not
99102
*
100103
* @return bool
104+
* @codeCoverageIgnore
101105
*/
102106
public function isHidden()
103107
{

app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected function _isAllowed()
8686
*
8787
* @param string $dirtyRulesNoticeMessage
8888
* @return void
89+
* @codeCoverageIgnore
8990
*/
9091
public function setDirtyRulesNoticeMessage($dirtyRulesNoticeMessage)
9192
{

app/code/Magento/CatalogRule/Model/Indexer/AbstractIndexer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function executeFull()
6060
* Get affected cache tags
6161
*
6262
* @return array
63+
* @codeCoverageIgnore
6364
*/
6465
public function getIdentities()
6566
{

app/code/Magento/CatalogRule/Model/Resource/Rule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public function __construct(
135135
* Initialize main table and table id field
136136
*
137137
* @return void
138+
* @codeCoverageIgnore
138139
*/
139140
protected function _construct()
140141
{

app/code/Magento/CatalogRule/Model/Resource/Rule/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Collection extends \Magento\Rule\Model\Resource\Rule\Collection\AbstractCo
2424
* Set resource model
2525
*
2626
* @return void
27+
* @codeCoverageIgnore
2728
*/
2829
protected function _construct()
2930
{

app/code/Magento/CatalogRule/Model/Resource/Rule/Product/Price.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Price extends \Magento\Framework\Model\Resource\Db\AbstractDb
1717
* Initialize connection and define main table
1818
*
1919
* @return void
20+
* @codeCoverageIgnore
2021
*/
2122
protected function _construct()
2223
{

app/code/Magento/CatalogRule/Model/Resource/Rule/Product/Price/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Collection extends \Magento\Framework\Model\Resource\Db\Collection\Abstrac
99
{
1010
/**
1111
* @return void
12+
* @codeCoverageIgnore
1213
*/
1314
protected function _construct()
1415
{

app/code/Magento/CatalogRule/Model/Rule.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public function getNow()
270270
*
271271
* @param string $now
272272
* @return void
273+
* @codeCoverageIgnore
273274
*/
274275
public function setNow($now)
275276
{
@@ -425,6 +426,7 @@ protected function _getRulesFromProduct($dateTs, $websiteId, $customerGroupId, $
425426
*
426427
* @param int|array $productIds
427428
* @return void
429+
* @codeCoverageIgnore
428430
*/
429431
public function setProductsFilter($productIds)
430432
{
@@ -435,6 +437,7 @@ public function setProductsFilter($productIds)
435437
* Returns products filter
436438
*
437439
* @return array|int|null
440+
* @codeCoverageIgnore
438441
*/
439442
public function getProductsFilter()
440443
{

0 commit comments

Comments
 (0)