We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff81ba9 commit 017516eCopy full SHA for 017516e
app/code/Magento/Fedex/Test/Unit/Model/CarrierTest.php
@@ -33,7 +33,6 @@
33
use Magento\Fedex\Model\Carrier;
34
use Magento\Framework\App\Config\ScopeConfigInterface;
35
use Magento\Framework\Exception\LocalizedException;
36
-use Magento\Framework\Module\Dir\Reader;
37
use Magento\Framework\Pricing\PriceCurrencyInterface;
38
use Magento\Framework\Serialize\Serializer\Json;
39
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
@@ -217,6 +216,7 @@ protected function setUp(): void
217
216
->getMock();
218
219
$this->carrier = $this->getMockBuilder(Carrier::class)
+ ->setMethods(['rateRequest'])
220
->setConstructorArgs(
221
[
222
'scopeConfig' => $this->scope,
0 commit comments