diff --git a/src/Resources/config/command.xml b/src/Resources/config/command.xml index 7aad8dd..935e3c3 100644 --- a/src/Resources/config/command.xml +++ b/src/Resources/config/command.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> - task:run + null @@ -13,14 +13,14 @@ - task:run:handler + null - task:execute + null @@ -29,7 +29,7 @@ - task:schedule + null @@ -37,7 +37,7 @@ - debug:tasks + null diff --git a/src/Resources/config/storage/doctrine.xml b/src/Resources/config/storage/doctrine.xml index 9881595..f302fb4 100644 --- a/src/Resources/config/storage/doctrine.xml +++ b/src/Resources/config/storage/doctrine.xml @@ -18,13 +18,13 @@ - task:schedule:system-tasks + null %task.system_tasks% - + diff --git a/tests/Unit/Command/ScheduleSystemTasksCommandTest.php b/tests/Unit/Command/ScheduleSystemTasksCommandTest.php index 7df9b47..8927dc3 100644 --- a/tests/Unit/Command/ScheduleSystemTasksCommandTest.php +++ b/tests/Unit/Command/ScheduleSystemTasksCommandTest.php @@ -52,7 +52,7 @@ protected function setUp(): void protected function createCommand(array $systemTasks) { return new ScheduleSystemTasksCommand( - 'task:schedule:system-tasks', + null, $systemTasks, $this->scheduler->reveal(), $this->taskRepository->reveal(),