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 1f6fcc1 commit 1ddd7a5Copy full SHA for 1ddd7a5
app/code/Magento/Shipping/Test/Unit/Model/Config/Source/AllmethodsTest.php
@@ -190,7 +190,7 @@ public function testSkipsNullAndEmptyMethodCodes(): void
190
191
$this->carriersMock->expects($this->once())
192
->method('getAllowedMethods')
193
- ->willReturn([null => 'Null Title', '' => 'Empty Title']);
+ ->willReturn([0 => 'Zero Title', '' => 'Empty Title']);
194
195
$this->scopeConfig->expects($this->once())
196
->method('getValue')
0 commit comments