Skip to content

Commit ede0a35

Browse files
committed
MC-33843: Removal of Web Setup Wizard in 2.4.0
1 parent de57cd2 commit ede0a35

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

app/code/Magento/Analytics/Test/Mftf/Data/UserRoleData.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
<item>Magento_Backend::custom</item>
150150
<item>Magento_Backend::tools</item>
151151
<item>Magento_Backend::cache</item>
152-
<item>Magento_Backend::setup_wizard</item>
153152
<item>Magento_Backup::backup</item>
154153
<item>Magento_Backup::rollback</item>
155154
<item>Magento_Indexer::index</item>

app/code/Magento/User/Test/Mftf/Data/UserRoleData.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<item>Magento_Backend::main_actions</item>
8787
<item>Magento_Backend::mass_actions</item>
8888
<item>Magento_Backend::additional_cache_management</item>
89-
<item>Magento_Backend::setup_wizard</item>
9089
<item>Magento_Backup::backup</item>
9190
<item>Magento_Indexer::index</item>
9291
<item>Magento_Indexer::changeMode</item>

dev/tests/functional/tests/app/Magento/Analytics/Test/TestCase/InstallTest.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ public function getTasksDataProvider(): array
109109
'content' => '* * * * * /bin/php /var/www/cron.php' . PHP_EOL
110110
. CrontabManagerInterface::TASKS_BLOCK_START . ' ' . hash("sha256", BP) . PHP_EOL
111111
. '* * * * * /bin/php /var/www/magento/bin/magento cron:run' . PHP_EOL
112-
. '* * * * * /bin/php /var/www/magento/bin/magento setup:cron:run' . PHP_EOL
113112
. CrontabManagerInterface::TASKS_BLOCK_END . ' ' . hash("sha256", BP) . PHP_EOL,
114113
'tasks' => [
115114
'* * * * * /bin/php /var/www/magento/bin/magento cron:run',
116-
'* * * * * /bin/php /var/www/magento/bin/magento setup:cron:run',
117115
],
118116
],
119117
[
@@ -193,7 +191,6 @@ public function removeTasksDataProvider(): array
193191
'contentBefore' => '* * * * * /bin/php /var/www/cron.php' . PHP_EOL
194192
. CrontabManagerInterface::TASKS_BLOCK_START . ' ' . hash("sha256", BP) . PHP_EOL
195193
. '* * * * * /bin/php /var/www/magento/bin/magento cron:run' . PHP_EOL
196-
. '* * * * * /bin/php /var/www/magento/bin/magento setup:cron:run' . PHP_EOL
197194
. CrontabManagerInterface::TASKS_BLOCK_END . ' ' . hash("sha256", BP) . PHP_EOL,
198195
'contentAfter' => '* * * * * /bin/php /var/www/cron.php' . PHP_EOL
199196
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function testTasksProvider()
2525
{
2626
$tasks = [
2727
'magentoCron' => ['expressin' => '* * * * *', 'command' => 'bin/magento cron:run'],
28-
'magentoSetup' => ['command' => 'bin/magento setup:cron:run'],
2928
];
3029

3130
/** @var $tasksProvider $tasksProvider */

0 commit comments

Comments
 (0)