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 fe9e95d commit b27fd75Copy full SHA for b27fd75
app/code/Magento/GiftMessage/Test/Unit/Model/GiftMessageConfigProviderTest.php
@@ -98,7 +98,6 @@ public function testGetConfig()
98
$storeCode = 4;
99
$messageDataMock = ['from' => 'John Doe', 'to' => 'Jane Doe'];
100
$formKey = 'ABCDEFGHIJKLMNOP';
101
- $isFrontUrlSecure = true;
102
$baseUrl = 'https://magento.com/';
103
$quoteItemMock = $this->createMock(\Magento\Quote\Model\Quote\Item::class);
104
$productMock = $this->createMock(\Magento\Catalog\Model\Product::class);
0 commit comments