mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/12597] Update pull-request
Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
This commit is contained in:
@@ -46,8 +46,8 @@ services:
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.cron.execute_all:
|
||||
class: phpbb\console\command\cron\execute_all
|
||||
console.command.cron.run_all:
|
||||
class: phpbb\console\command\cron\run_all
|
||||
arguments:
|
||||
- @cron.manager
|
||||
- @cron.lock_db
|
||||
|
Reference in New Issue
Block a user