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 e63de37 commit 365236aCopy full SHA for 365236a
app/code/Magento/Cron/Test/Unit/Console/Command/CronCommandTest.php
@@ -1,8 +1,10 @@
1
<?php
2
+
3
/**
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
8
declare(strict_types=1);
9
10
namespace Magento\Cron\Test\Unit\Console\Command;
@@ -80,7 +82,7 @@ public function testExecute()
80
82
new CronCommand($this->objectManagerFactory, $this->deploymentConfigMock)
81
83
);
84
$commandTester->execute([]);
- $expectedMsg = 'Ran jobs by schedule.' . PHP_EOL;
85
+ $expectedMsg = '';
86
$this->assertEquals($expectedMsg, $commandTester->getDisplay());
87
}
88
0 commit comments