File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dev/tests/integration/testsuite/Magento/Ups/Model Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \TestFramework \Helper \Bootstrap ;
9
9
use Magento \Quote \Model \Quote \Address \RateRequestFactory ;
10
10
11
+ /**
12
+ * Integration tests for Carrier model class
13
+ */
11
14
class CarrierTest extends \PHPUnit \Framework \TestCase
12
15
{
13
16
/**
@@ -64,12 +67,12 @@ public function testGetShipConfirmUrlLive()
64
67
65
68
/**
66
69
* @magentoConfigFixture current_store carriers/ups/active 1
70
+ * @magentoConfigFixture current_store carriers/ups/type UPS
67
71
* @magentoConfigFixture current_store carriers/ups/allowed_methods 1DA,GND
68
72
* @magentoConfigFixture current_store carriers/ups/free_method GND
69
73
*/
70
74
public function testCollectFreeRates ()
71
75
{
72
- $ this ->markTestSkipped ('Test is blocked by MAGETWO-97467. ' );
73
76
$ rateRequest = Bootstrap::getObjectManager ()->get (RateRequestFactory::class)->create ();
74
77
$ rateRequest ->setDestCountryId ('US ' );
75
78
$ rateRequest ->setDestRegionId ('CA ' );
You can’t perform that action at this time.
0 commit comments