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 61834aa commit 6d2158fCopy full SHA for 6d2158f
app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php
@@ -138,6 +138,11 @@ protected function setUp(): void
138
->getMock();
139
$this->timezoneMock = $this->getMockBuilder(TimezoneInterface::class)
140
141
+ $this->timezoneMock
142
+ ->expects($this->any())
143
+ ->method('getConfigTimezone')
144
+ ->willReturn('America/Chicago');
145
+
146
$this->configMock = $this->getMockBuilder(Config::class)
147
->disableOriginalConstructor()
148
0 commit comments