Skip to content

Commit 5bc45d9

Browse files
author
Stanislav Idolov
committed
1 parent 7464d24 commit 5bc45d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Crontab/Test/Unit/CrontabManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ public function saveTasksDataProvider()
343343
],
344344
'content' => '* * * * * /bin/php /var/www/cron.php',
345345
'contentToSave' => '* * * * * /bin/php /var/www/cron.php' . PHP_EOL
346-
. CrontabManagerInterface::TASKS_BLOCK_START . PHP_EOL
346+
. CrontabManagerInterface::TASKS_BLOCK_START . ' ' . md5(BP) . PHP_EOL
347347
. '* * * * * ' . PHP_BINARY . ' /var/www/magento2/run.php'
348348
. ' %% cron:run | grep -v \"Ran \'jobs\' by schedule\"' . PHP_EOL
349-
. CrontabManagerInterface::TASKS_BLOCK_END . PHP_EOL,
349+
. CrontabManagerInterface::TASKS_BLOCK_END . ' ' . md5(BP) . PHP_EOL,
350350
],
351351
];
352352
}

0 commit comments

Comments
 (0)