File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/Ups/Model Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class CollectRatesTest extends \Magento\OfflineShipping\Model\CollectRatesTest
31
31
* @magentoConfigFixture default_store carriers/ups/specificcountry UK
32
32
* @magentoConfigFixture default_store carriers/ups/showmethod 1
33
33
*/
34
+ // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod
34
35
public function testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable ()
35
36
{
36
37
parent ::testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable ();
@@ -43,6 +44,7 @@ public function testCollectRatesWhenShippingCarrierIsAvailableAndNotApplicable()
43
44
* @magentoConfigFixture default_store carriers/ups/specificcountry UK
44
45
* @magentoConfigFixture default_store carriers/ups/showmethod 1
45
46
*/
47
+ // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod
46
48
public function testCollectRatesWhenShippingCarrierIsNotAvailableAndNotApplicable ()
47
49
{
48
50
parent ::testCollectRatesWhenShippingCarrierIsNotAvailableAndNotApplicable ();
You can’t perform that action at this time.
0 commit comments