diff options
| author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 14:39:02 +0200 |
|---|---|---|
| committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 14:49:55 +0200 |
| commit | 6f279c1bf47c4c86a507acc9ea7d705dad6e9b97 (patch) | |
| tree | 6d2b5be8bbc1fd3bb8b42b87018bbe40d76f1bea /phpBB/config | |
| parent | 9761c1bf617763671308fabc569ec13d40cb6843 (diff) | |
| download | forums-6f279c1bf47c4c86a507acc9ea7d705dad6e9b97.tar forums-6f279c1bf47c4c86a507acc9ea7d705dad6e9b97.tar.gz forums-6f279c1bf47c4c86a507acc9ea7d705dad6e9b97.tar.bz2 forums-6f279c1bf47c4c86a507acc9ea7d705dad6e9b97.tar.xz forums-6f279c1bf47c4c86a507acc9ea7d705dad6e9b97.zip | |
[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
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/console.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index f268c2f05e..2aa89ee0cc 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -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 |
