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 7464d24 commit 5bc45d9Copy full SHA for 5bc45d9
lib/internal/Magento/Framework/Crontab/Test/Unit/CrontabManagerTest.php
@@ -343,10 +343,10 @@ public function saveTasksDataProvider()
343
],
344
'content' => '* * * * * /bin/php /var/www/cron.php',
345
'contentToSave' => '* * * * * /bin/php /var/www/cron.php' . PHP_EOL
346
- . CrontabManagerInterface::TASKS_BLOCK_START . PHP_EOL
+ . CrontabManagerInterface::TASKS_BLOCK_START . ' ' . md5(BP) . PHP_EOL
347
. '* * * * * ' . PHP_BINARY . ' /var/www/magento2/run.php'
348
. ' %% cron:run | grep -v \"Ran \'jobs\' by schedule\"' . PHP_EOL
349
- . CrontabManagerInterface::TASKS_BLOCK_END . PHP_EOL,
+ . CrontabManagerInterface::TASKS_BLOCK_END . ' ' . md5(BP) . PHP_EOL,
350
351
];
352
}
0 commit comments