Skip to content

Commit ddd3d69

Browse files
committed
MAGETWO-29712: [QA] Automate downloadable with taxes test cases
- CR fixes
1 parent cc5a215 commit ddd3d69

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
/**
3-
* {license_notice}
4-
*
5-
* @copyright {copyright}
6-
* @license {license_link}
3+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
74
*/
85

96
namespace Magento\Sales\Test\Block\Adminhtml\Order;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ abstract class AbstractAssertOrderTaxOnBackend extends AbstractConstraint
4646
protected $severeness = 'high';
4747

4848
/**
49-
* Implementation assert
49+
* Implementation for get order total prices function
5050
*
5151
* @param array $actualPrices
5252
* @return array
5353
*/
5454
abstract protected function getOrderTotals($actualPrices);
5555

5656
/**
57-
* Implementation assert
57+
* Implementation for get invoice creation page total prices function
5858
*
5959
* @param array $actualPrices
6060
* @return array
6161
*/
6262
abstract protected function getInvoiceNewTotals($actualPrices);
6363

6464
/**
65-
* Implementation getCreditMemoNewTotals
65+
* Implementation for get credit memo creation page total prices function
6666
*
6767
* @param array $actualPrices
6868
* @return array

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ abstract class AbstractAssertTaxCalculationAfterCheckout extends AbstractConstra
4040
protected $severeness = 'high';
4141

4242
/**
43-
* Implementation getReviewTotals
43+
* Implementation for get order review total prices function
4444
*
4545
* @param array $actualPrices
4646
* @return array
4747
*/
4848
abstract protected function getReviewTotals($actualPrices);
4949

5050
/**
51-
* Implementation getOrderTotals
51+
* Implementation for get order total prices from customer account function
5252
*
5353
* @param array $actualPrices
5454
* @return array

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class AbstractAssertTaxRuleIsAppliedToAllPrices extends AbstractConstra
5555
protected $severeness = 'high';
5656

5757
/**
58-
* Implementation getCategoryPrices
58+
* Implementation for get category prices function
5959
*
6060
* @param string $productName
6161
* @param array $actualPrices
@@ -64,15 +64,15 @@ abstract class AbstractAssertTaxRuleIsAppliedToAllPrices extends AbstractConstra
6464
abstract protected function getCategoryPrices($productName, $actualPrices);
6565

6666
/**
67-
* Implementation getProductPagePrices
67+
* Implementation for get product page prices function
6868
*
6969
* @param array $actualPrices
7070
* @return array
7171
*/
7272
abstract protected function getProductPagePrices($actualPrices);
7373

7474
/**
75-
* Implementation getTotals
75+
* Implementation for get totals in cart function
7676
*
7777
* @param array $actualPrices
7878
* @return array

0 commit comments

Comments
 (0)