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 8bfe610 commit 942edafCopy full SHA for 942edaf
dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommandTest.php
@@ -370,8 +370,8 @@ public function testImportCurrencyImportSchedule()
370
/** @var $configValue \Magento\Framework\App\Config\ValueInterface */
371
$configValue = $valueFactory->create();
372
373
- $hour = rand(0, 23);
374
- $min = rand(0, 59);
+ $hour = 6;
+ $min = 30;
375
$data = [
376
'system' => [
377
'default' => [
0 commit comments