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 bb1d1f5 commit 1208204Copy full SHA for 1208204
app/code/Magento/Shipping/Test/Unit/Model/Shipping/LabelGeneratorTest.php
@@ -62,6 +62,7 @@ protected function setUp()
62
$this->scopeConfig = $this->getMock('Magento\Framework\App\Config\ScopeConfigInterface');
63
$this->trackFactory = $this->getMockBuilder('Magento\Sales\Model\Order\Shipment\TrackFactory')
64
->disableOriginalConstructor()
65
+ ->setMethods(['create'])
66
->getMock();
67
$this->filesystem = $this->getMockBuilder('Magento\Framework\Filesystem')
68
0 commit comments