Skip to content

Commit 017516e

Browse files
committed
AC-9030::Fedex API Upgrade - Fix for the Functional Test Failure
1 parent ff81ba9 commit 017516e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Fedex/Test/Unit/Model/CarrierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use Magento\Fedex\Model\Carrier;
3434
use Magento\Framework\App\Config\ScopeConfigInterface;
3535
use Magento\Framework\Exception\LocalizedException;
36-
use Magento\Framework\Module\Dir\Reader;
3736
use Magento\Framework\Pricing\PriceCurrencyInterface;
3837
use Magento\Framework\Serialize\Serializer\Json;
3938
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
@@ -217,6 +216,7 @@ protected function setUp(): void
217216
->getMock();
218217

219218
$this->carrier = $this->getMockBuilder(Carrier::class)
219+
->setMethods(['rateRequest'])
220220
->setConstructorArgs(
221221
[
222222
'scopeConfig' => $this->scope,

0 commit comments

Comments
 (0)