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 c888e66 commit 9a71f4eCopy full SHA for 9a71f4e
app/code/Magento/Cron/Test/Unit/Observer/ProcessCronQueueObserverTest.php
@@ -226,7 +226,7 @@ protected function setUp(): void
226
$environmentMock->expects($this->any())
227
->method('getServer')
228
->with('argv')
229
- ->willReturn($_SERVER['argv']);
+ ->willReturn([]);
230
231
$this->cronQueueObserver = new ProcessCronQueueObserver(
232
$this->objectManagerMock,
0 commit comments