Skip to content

Commit d659975

Browse files
committed
MAGETWO-29712: [QA] Automate downloadable with taxes test cases
- Fixes for L3 fails
1 parent 0c19e64 commit d659975

12 files changed

+22
-20
lines changed

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that prices excl and incl tax on order review and customer order pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax
13-
extends AbstractAssertTaxCalculationAfterCheckoutDownloadable
12+
class AssertTaxCalculationAfterCheckoutDownloadableExcludingIncludingTax extends
13+
AbstractAssertTaxCalculationAfterCheckoutDownloadable
1414
{
1515
/**
1616
* Constraint severeness

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableExcludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/**
1212
* Checks that prices excl tax on order review and customer order pages are equal to specified in dataset.
1313
*/
14-
class AssertTaxCalculationAfterCheckoutDownloadableExcludingTax
15-
extends AbstractAssertTaxCalculationAfterCheckoutDownloadable
14+
class AssertTaxCalculationAfterCheckoutDownloadableExcludingTax extends
15+
AbstractAssertTaxCalculationAfterCheckoutDownloadable
1616
{
1717
/**
1818
* Constraint severeness

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxCalculationAfterCheckoutDownloadableIncludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that prices incl tax on order review and customer order pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxCalculationAfterCheckoutDownloadableIncludingTax
13-
extends AbstractAssertTaxCalculationAfterCheckoutDownloadable
12+
class AssertTaxCalculationAfterCheckoutDownloadableIncludingTax extends
13+
AbstractAssertTaxCalculationAfterCheckoutDownloadable
1414
{
1515
/**
1616
* Constraint severeness.

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that prices excl tax on category, product and cart pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax
13-
extends AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
12+
class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingIncludingTax extends
13+
AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
1414
{
1515
/**
1616
* Constraint severeness.

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that product prices excl tax on category, product and cart pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax
13-
extends AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
12+
class AssertTaxRuleIsAppliedToAllPricesDownloadableExcludingTax extends
13+
AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
1414
{
1515
/**
1616
* Constraint severeness.

dev/tests/functional/tests/app/Magento/Downloadable/Test/Constraint/AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that prices incl tax on category, product and cart pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax
13-
extends AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
12+
class AssertTaxRuleIsAppliedToAllPricesDownloadableIncludingTax extends
13+
AbstractAssertTaxRuleIsAppliedToAllPricesDownloadable
1414
{
1515
/**
1616
* Constraint severeness.

dev/tests/functional/tests/app/Magento/Downloadable/Test/Repository/DownloadableProductInjectable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class DownloadableProductInjectable extends AbstractRepository
2121
* @param array $defaultData [optional]
2222
*
2323
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
24+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
2425
*/
2526
public function __construct(array $defaultConfig = [], array $defaultData = [])
2627
{

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Order/View.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/**
1313
* Class View
1414
* View block on order's view page
15+
*
16+
* @SuppressWarnings(PHPMD.TooManyFields)
1517
*/
1618
class View extends Block
1719
{

dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingIncludingTax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* Checks that prices excl and incl tax on order review and customer order pages are equal to specified in dataset.
1111
*/
12-
class AssertTaxCalculationAfterCheckoutExcludingIncludingTax
13-
extends AbstractAssertTaxCalculationAfterCheckout
12+
class AssertTaxCalculationAfterCheckoutExcludingIncludingTax extends
13+
AbstractAssertTaxCalculationAfterCheckout
1414
{
1515
/**
1616
* Constraint severeness.

dev/tests/functional/tests/app/Magento/Tax/Test/Constraint/AssertTaxCalculationAfterCheckoutExcludingTax.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
/**
99
* Checks that prices including tax on order review and customer order pages are equal to specified in dataset.
1010
*/
11-
class AssertTaxCalculationAfterCheckoutExcludingTax extends
12-
AbstractAssertTaxCalculationAfterCheckout
11+
class AssertTaxCalculationAfterCheckoutExcludingTax extends AbstractAssertTaxCalculationAfterCheckout
1312
{
1413
/**
1514
* Constraint severeness.

0 commit comments

Comments
 (0)