Skip to content

Commit 59e76d9

Browse files
committed
MC-19080: Incorrect behavior after shipping methods disabled
1 parent eb3d172 commit 59e76d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Ups/Model/CollectRatesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class CollectRatesTest extends \Magento\OfflineShipping\Model\CollectRatesTest
3131
* @magentoConfigFixture default_store carriers/ups/specificcountry UK
3232
* @magentoConfigFixture default_store carriers/ups/showmethod 1
3333
*/
34+
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod
3435
public function testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable()
3536
{
3637
parent::testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable();
@@ -43,6 +44,7 @@ public function testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable()
4344
* @magentoConfigFixture default_store carriers/ups/specificcountry UK
4445
* @magentoConfigFixture default_store carriers/ups/showmethod 1
4546
*/
47+
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod
4648
public function testCollectRatesWhenShippingCarrierIsNotAvailableAndNotApplicable()
4749
{
4850
parent::testCollectRatesWhenShippingCarrierIsNotAvailableAndNotApplicable();

0 commit comments

Comments
 (0)